summaryrefslogtreecommitdiff
path: root/fs/fuse/fuse_i.h
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-26 04:16:42 +0300
committerMiklos Szeredi <mszeredi@redhat.com>2021-04-14 11:40:57 +0300
commitaa6ff555f0e62bc1c85a2d181c1fae95d47c00ce (patch)
treea105b538851bb94d8ffae25b2226caf14e7ac62c /fs/fuse/fuse_i.h
parenta73d47f57792dc3140348cc07271500c610b5624 (diff)
downloadlinux-aa6ff555f0e62bc1c85a2d181c1fae95d47c00ce.tar.xz
fuse: fix a typo
s/reponsible/responsible/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/fuse/fuse_i.h')
-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 79c98df34deb..e7775d9c3314 100644
--- 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 responsible for page cache invalidation. */
unsigned explicit_inval_data:1;
/** Does the filesystem support readdirplus? */