projects
/
wrapfs-4.6.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f16338
)
Wrapfs: don't use FS_REVAL_DOT in fs_flags
author
Erez Zadok
<ezk@cs.sunysb.edu>
Wed, 5 Jun 2013 03:19:32 +0000
(23:19 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 27 Dec 2016 19:05:08 +0000
(14:05 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/main.c
patch
|
blob
|
history
diff --git
a/fs/wrapfs/main.c
b/fs/wrapfs/main.c
index 3aa58eac12824d427b0f115bd4893f856ee9a486..6d4803362e08ecfed10c3889cff6e0995b0986f0 100644
(file)
--- a/
fs/wrapfs/main.c
+++ b/
fs/wrapfs/main.c
@@
-131,7
+131,7
@@
static struct file_system_type wrapfs_fs_type = {
.name = WRAPFS_NAME,
.mount = wrapfs_mount,
.kill_sb = generic_shutdown_super,
- .fs_flags =
FS_REVAL_DOT
,
+ .fs_flags =
0
,
};
static int __init init_wrapfs_fs(void)