fuse: use correct name fuse_conn_list in docstring
authorAurelien Aptel <aaptel@nvidia.com>
Fri, 17 May 2024 16:10:28 +0000 (16:10 +0000)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 29 Aug 2024 09:43:13 +0000 (11:43 +0200)
fuse_mount_list doesn't exist, use fuse_conn_list.

Signed-off-by: Aurelien Aptel <aaptel@nvidia.com>
Reviewed-by: Bernd Schubert <bschubert@ddn.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/fuse_i.h

index 33b2125..bdbf9a8 100644 (file)
@@ -866,7 +866,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 */