docs: vfs: fix typo in struct xattr_handlers
authorAriel Miculas <amiculas@cisco.com>
Fri, 27 Oct 2023 15:21:01 +0000 (18:21 +0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 17 Nov 2023 15:42:21 +0000 (08:42 -0700)
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 <amiculas@cisco.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20231027152101.226296-1-amiculas@cisco.com>

Documentation/filesystems/vfs.rst

index 99acc2e9867391a917269bfb4a5fb0a3f940bc7e..276a219ff8d9ead06a97cc915588f3cec4ce08e2 100644 (file)
@@ -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