]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/mount_constants.h
Added in relatime mount option so mount.nfs stays
[nfs-utils.git] / utils / mount / mount_constants.h
index 7c972da3dcb2c4354e8c6998fc6fccb26da3a123..4f3c729d8738128faf20eb68a733f017f74ec815 100644 (file)
@@ -39,7 +39,10 @@ if we have a stack or plain mount - mount atop of it, forming a stack. */
 #ifndef MS_VERBOSE
 #define MS_VERBOSE     0x8000  /* 32768 */
 #endif
-
+#ifndef MS_RELATIME
+#define MS_RELATIME 0x200000 /* 200000: Update access times relative
+                                  to mtime/ctime */
+#endif
 /*
  * NFS fs-specific mount option flags
  *