Commit 506b21c9 authored by Aurelien Aptel's avatar Aurelien Aptel Committed by Miklos Szeredi

fuse: use correct name fuse_conn_list in docstring

fuse_mount_list doesn't exist, use fuse_conn_list.
Signed-off-by: default avatarAurelien Aptel <aaptel@nvidia.com>
Reviewed-by: default avatarBernd Schubert <bschubert@ddn.com>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 396b209e
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment