diff options
Diffstat (limited to 'include/sys/mntent.h')
-rw-r--r-- | include/sys/mntent.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/sys/mntent.h b/include/sys/mntent.h index 7284f05b1..fac751b46 100644 --- a/include/sys/mntent.h +++ b/include/sys/mntent.h @@ -68,8 +68,9 @@ #define MNTOPT_NOFAIL "nofail" /* no failure */ #define MNTOPT_RELATIME "relatime" /* allow relative time updates */ #define MNTOPT_NORELATIME "norelatime" /* do not allow relative time updates */ -#define MNTOPT_DFRATIME "strictatime" /* Deferred access time updates */ -#define MNTOPT_NODFRATIME "nostrictatime" /* No Deferred access time updates */ +#define MNTOPT_STRICTATIME "strictatime" /* strict access time updates */ +#define MNTOPT_NOSTRICTATIME "nostrictatime" /* No strict access time updates */ +#define MNTOPT_LAZYTIME "lazytime" /* Defer access time writing */ #define MNTOPT_SETUID "suid" /* Both setuid and devices allowed */ #define MNTOPT_NOSETUID "nosuid" /* Neither setuid nor devices allowed */ #define MNTOPT_OWNER "owner" /* allow owner mount */ |