diff options
Diffstat (limited to 'include/linux/fs.h')
| -rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 9bedf4219f83..58e4b035e282 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -209,6 +209,7 @@ struct inodes_stat_t { | |||
| 209 | #define MS_KERNMOUNT (1<<22) /* this is a kern_mount call */ | 209 | #define MS_KERNMOUNT (1<<22) /* this is a kern_mount call */ |
| 210 | #define MS_I_VERSION (1<<23) /* Update inode I_version field */ | 210 | #define MS_I_VERSION (1<<23) /* Update inode I_version field */ |
| 211 | #define MS_STRICTATIME (1<<24) /* Always perform atime updates */ | 211 | #define MS_STRICTATIME (1<<24) /* Always perform atime updates */ |
| 212 | #define MS_BORN (1<<29) | ||
| 212 | #define MS_ACTIVE (1<<30) | 213 | #define MS_ACTIVE (1<<30) |
| 213 | #define MS_NOUSER (1<<31) | 214 | #define MS_NOUSER (1<<31) |
| 214 | 215 | ||
