projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a73d47f
)
fuse: fix a typo
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Fri, 26 Mar 2021 01:16:42 +0000
(06:46 +0530)
committer
Miklos Szeredi
<mszeredi@redhat.com>
Wed, 14 Apr 2021 08:40:57 +0000
(10:40 +0200)
s/reponsible/responsible/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.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 79c98df34deb604a7457ed0889043b7f4351ee19..e7775d9c331403abb2b29c851a7f39cb8fd6fa68 100644
(file)
--- a/
fs/fuse/fuse_i.h
+++ b/
fs/fuse/fuse_i.h
@@
-713,7
+713,7
@@
struct fuse_conn {
/** Use enhanced/automatic page cache invalidation. */
unsigned auto_inval_data:1;
- /** Filesystem is fully reponsible for page cache invalidation. */
+ /** Filesystem is fully re
s
ponsible for page cache invalidation. */
unsigned explicit_inval_data:1;
/** Does the filesystem support readdirplus? */