From: Bhaskar Chowdhury Date: Fri, 26 Mar 2021 01:16:42 +0000 (+0530) Subject: fuse: fix a typo X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4a4f57bfcd366432e39c649c34947db5acb4b795;p=users%2Fjedix%2Flinux-maple.git fuse: fix a typo s/reponsible/responsible/ Signed-off-by: Bhaskar Chowdhury Signed-off-by: Miklos Szeredi --- diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 4e2477d3ffd8..9a232a13cf21 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h @@ -717,7 +717,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? */