projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ad22c6
)
fuse: clear MS_I_VERSION
author
Miklos Szeredi
<mszeredi@suse.cz>
Mon, 28 Apr 2014 12:19:25 +0000
(14:19 +0200)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Mon, 28 Apr 2014 12:19:25 +0000
(14:19 +0200)
Fuse doesn't support i_version (yet).
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/inode.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/fuse/inode.c
b/fs/fuse/inode.c
index e9ecb187810947b1e865e406571046d2599a8a80..754dcf23de8abf10ceee81926f022731b810cb54 100644
(file)
--- a/
fs/fuse/inode.c
+++ b/
fs/fuse/inode.c
@@
-1004,7
+1004,7
@@
static int fuse_fill_super(struct super_block *sb, void *data, int silent)
if (sb->s_flags & MS_MANDLOCK)
goto err;
- sb->s_flags &= ~
MS_NOSEC
;
+ sb->s_flags &= ~
(MS_NOSEC | MS_I_VERSION)
;
if (!parse_fuse_opt((char *) data, &d, is_bdev))
goto err;