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