projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a77b72d
)
[PATCH] i_version: remount support
author
Mimi Zohar
<zohar@linux.vnet.ibm.com>
Mon, 13 Oct 2008 04:09:50 +0000
(
00:09
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 23 Oct 2008 09:13:28 +0000
(
05:13
-0400)
Add support for remounting a filesystem with the i_version option.
Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
include/linux/fs.h
patch
|
blob
|
history
diff --git
a/include/linux/fs.h
b/include/linux/fs.h
index 025a4a251b644a2e6d5ab51de382aed15953f787..7d719c1a18e3d855a662912d9c2998d83a89bae2 100644
(file)
--- a/
include/linux/fs.h
+++ b/
include/linux/fs.h
@@
-136,7
+136,7
@@
extern int dir_notify_enable;
/*
* Superblock flags that can be altered by MS_REMOUNT
*/
-#define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK)
+#define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK
|MS_I_VERSION
)
/*
* Old magic mount flag and mask