Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <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>

authored by

Ariel Miculas and committed by
Jonathan Corbet
4746be1d ed23b1b2

+1 -1
+1 -1
Documentation/filesystems/vfs.rst
··· 437 437 the methods that can be performed on individual inodes. 438 438 439 439 440 - struct xattr_handlers 440 + struct xattr_handler 441 441 --------------------- 442 442 443 443 On filesystems that support extended attributes (xattrs), the s_xattr