mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 03:04:01 +08:00
fuse: fix a typo
s/reponsible/responsible/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
parent
a73d47f577
commit
aa6ff555f0
@ -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? */
|
||||
|
Loading…
Reference in New Issue
Block a user