X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fmount_constants.h;h=4f3c729d8738128faf20eb68a733f017f74ec815;hp=7c972da3dcb2c4354e8c6998fc6fccb26da3a123;hb=b5651e42cedc2b91aba87ea30520884d7f43b36f;hpb=2d77e3a27b7b211f303fcc3a813a044838dad970 diff --git a/utils/mount/mount_constants.h b/utils/mount/mount_constants.h index 7c972da..4f3c729 100644 --- a/utils/mount/mount_constants.h +++ b/utils/mount/mount_constants.h @@ -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 *