Skip to content
Snippets Groups Projects
Commit 08b9fe6b authored by Mimi Zohar's avatar Mimi Zohar Committed by Al Viro
Browse files

[PATCH] i_version: remount support


Add support for remounting a filesystem with the i_version option.

Signed-off-by: default avatarMimi Zohar <zohar@us.ibm.com>
parent a77b72da
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ extern int dir_notify_enable; ...@@ -136,7 +136,7 @@ extern int dir_notify_enable;
/* /*
* Superblock flags that can be altered by MS_REMOUNT * 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 * Old magic mount flag and mask
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment