aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel Miculas <[email protected]>2023-10-27 18:21:01 +0300
committerJonathan Corbet <[email protected]>2023-11-17 08:42:21 -0700
commit4746be1d222d7cdfdbe90a71370ffd2e0baa24d0 (patch)
tree05c007740a21c85fdfc4fc41cd19e03abab5a6c0
parented23b1b201ec324f8287328e9fd7eb929b4349c3 (diff)
docs: vfs: fix typo in struct xattr_handlers
The structure is called struct xattr_handler, singular, not plural. Fixing the typo also makes it greppable with the whole word matching flag. Signed-off-by: Ariel Miculas <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Message-ID: <[email protected]>
-rw-r--r--Documentation/filesystems/vfs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/vfs.rst b/Documentation/filesystems/vfs.rst
index 99acc2e98673..276a219ff8d9 100644
--- a/Documentation/filesystems/vfs.rst
+++ b/Documentation/filesystems/vfs.rst
@@ -437,7 +437,7 @@ field. This is a pointer to a "struct inode_operations" which describes
the methods that can be performed on individual inodes.
-struct xattr_handlers
+struct xattr_handler
---------------------
On filesystems that support extended attributes (xattrs), the s_xattr