[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f5f61ebb-cb44-47e0-8cae-0c64d1afc7ff@fastmail.fm>
Date: Tue, 13 Aug 2024 22:51:28 +0200
From: Bernd Schubert <bernd.schubert@...tmail.fm>
To: Aurelien Aptel <aaptel@...dia.com>, Miklos Szeredi <miklos@...redi.hu>
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fs/fuse: use correct name fuse_conn_list in docstring
On 5/17/24 18:10, Aurelien Aptel wrote:
> fuse_mount_list doesn't exist, use fuse_conn_list.
>
> Signed-off-by: Aurelien Aptel <aaptel@...dia.com>
> ---
> fs/fuse/fuse_i.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
> index b24084b60864..bd2ae3748d37 100644
> --- a/fs/fuse/fuse_i.h
> +++ b/fs/fuse/fuse_i.h
> @@ -869,7 +869,7 @@ struct fuse_conn {
> /** Negotiated minor version */
> unsigned minor;
>
> - /** Entry on the fuse_mount_list */
> + /** Entry on the fuse_conn_list */
> struct list_head entry;
>
> /** Device ID from the root super block */
LGTM
Reviewed-by: Bernd Schubert <bschubert@....com>
Powered by blists - more mailing lists