[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c211ae84-1e72-4c3f-b69b-e4d0e58560a8@infradead.org>
Date: Fri, 27 Oct 2023 15:14:34 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Ariel Miculas <amiculas@...co.com>, linux-doc@...r.kernel.org
Cc: serge@...lyn.com, "Matthew Wilcox (Oracle)" <willy@...radead.org>,
Jonathan Corbet <corbet@....net>,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] docs: vfs: fix typo in struct xattr_handlers
On 10/27/23 08:21, Ariel Miculas wrote:
> 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@...co.com>
Acked-by: Randy Dunlap <rdunlap@...radead.org>
Thanks.
> ---
> Documentation/filesystems/vfs.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
--
~Randy
Powered by blists - more mailing lists