projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
396b209
)
fuse: use correct name fuse_conn_list in docstring
author
Aurelien Aptel
<aaptel@nvidia.com>
Fri, 17 May 2024 16:10:28 +0000
(16:10 +0000)
committer
Miklos 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
patch
|
blob
|
history
diff --git
a/fs/fuse/fuse_i.h
b/fs/fuse/fuse_i.h
index
33b2125
..
bdbf9a8
100644
(file)
--- 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 */