patch-2.0.30 linux/include/linux/ext2_fs.h
Next file: linux/include/linux/fs.h
Previous file: linux/include/linux/blk.h
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Tue Apr 8 08:47:46 1997
- Orig file:
v2.0.29/linux/include/linux/ext2_fs.h
- Orig date:
Sat Nov 30 02:21:23 1996
diff -u --recursive --new-file v2.0.29/linux/include/linux/ext2_fs.h linux/include/linux/ext2_fs.h
@@ -296,6 +296,7 @@
#define EXT2_MOUNT_ERRORS_RO 0x0020 /* Remount fs ro on errors */
#define EXT2_MOUNT_ERRORS_PANIC 0x0040 /* Panic on errors */
#define EXT2_MOUNT_MINIX_DF 0x0080 /* Mimics the Minix statfs */
+#define EXT2_MOUNT_NO_ATIME 0x0100 /* Don't update the atime */
#define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt
#define set_opt(o, opt) o |= EXT2_MOUNT_##opt
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov