aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Aptel <[email protected]>2024-05-17 16:10:28 +0000
committerMiklos Szeredi <[email protected]>2024-08-29 11:43:13 +0200
commit506b21c945b9716a1e092189c260d9400c52fa14 (patch)
treee2a27722265071337dbf3048c9f410407733d2d2
parent396b209e405a571ce8e06d3760ffc3e389a944f1 (diff)
fuse: use correct name fuse_conn_list in docstring
fuse_mount_list doesn't exist, use fuse_conn_list. Signed-off-by: Aurelien Aptel <[email protected]> Reviewed-by: Bernd Schubert <[email protected]> Signed-off-by: Miklos Szeredi <[email protected]>
-rw-r--r--fs/fuse/fuse_i.h2
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 */