diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 025a4a251b64..7d719c1a18e3 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -136,7 +136,7 @@ extern int dir_notify_enable; | |||
136 | /* | 136 | /* |
137 | * Superblock flags that can be altered by MS_REMOUNT | 137 | * Superblock flags that can be altered by MS_REMOUNT |
138 | */ | 138 | */ |
139 | #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK) | 139 | #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION) |
140 | 140 | ||
141 | /* | 141 | /* |
142 | * Old magic mount flag and mask | 142 | * Old magic mount flag and mask |