]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/mount_constants.h
The mount(5) man page states that the noquota, quota, usrquota and
[nfs-utils.git] / utils / mount / mount_constants.h
index ff7b3bc229ffeb304a1ecdf35fb5a4ea19dcb3c0..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
  *
@@ -62,4 +65,3 @@ if we have a stack or plain mount - mount atop of it, forming a stack. */
 #endif
 
 #endif /* _NFS_MOUNT_CONSTANTS_H */
-