diff options
author | Aurelien Aptel <aaptel@nvidia.com> | 2024-05-17 19:10:28 +0300 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2024-08-29 12:43:13 +0300 |
commit | 506b21c945b9716a1e092189c260d9400c52fa14 (patch) | |
tree | e2a27722265071337dbf3048c9f410407733d2d2 /fs/fuse | |
parent | 396b209e405a571ce8e06d3760ffc3e389a944f1 (diff) | |
download | linux-506b21c945b9716a1e092189c260d9400c52fa14.tar.xz |
fuse: use correct name fuse_conn_list in docstring
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>
Diffstat (limited to 'fs/fuse')
-rw-r--r-- | fs/fuse/fuse_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 33b21255817e..bdbf9a8f3fc5 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h @@ -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 */ |