Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
[linux-2.6-block.git] / include / linux / fs.h
index 7428c6d35e6504312fcb7fec85e0db6552917708..1cd44f727dac386c90b707f2fe4541b16fdb8d59 100644 (file)
@@ -141,6 +141,7 @@ struct inodes_stat_t {
 #define MS_RELATIME    (1<<21) /* Update atime relative to mtime/ctime. */
 #define MS_KERNMOUNT   (1<<22) /* this is a kern_mount call */
 #define MS_I_VERSION   (1<<23) /* Update inode I_version field */
+#define MS_STRICTATIME (1<<24) /* Always perform atime updates */
 #define MS_ACTIVE      (1<<30)
 #define MS_NOUSER      (1<<31)