diff options
| author | christos <christos@NetBSD.org> | 2016-02-21 22:45:25 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2016-02-21 22:45:25 +0000 |
| commit | 1342ec9a1e7cb75a07ec75b6f6dbe47dda91ba4e (patch) | |
| tree | 0e49ab12be5222057c74427bea5d1c81c8e1d688 /include | |
| parent | e4a848ef6c715d338c88c3ff9466d5bda66c13c4 (diff) | |
Add relatime.
Diffstat (limited to 'include')
| -rw-r--r-- | include/mntopts.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mntopts.h b/include/mntopts.h index d9c91a43b08..61e5baf677f 100644 --- a/include/mntopts.h +++ b/include/mntopts.h @@ -1,4 +1,4 @@ -/* $NetBSD: mntopts.h,v 1.16 2016/01/22 22:26:45 dholland Exp $ */ +/* $NetBSD: mntopts.h,v 1.17 2016/02/21 22:45:25 christos Exp $ */ /*- * Copyright (c) 1994 @@ -55,6 +55,7 @@ struct mntopt { #define MOPT_USERQUOTA { "userquota", 0, 0, 0 } #define MOPT_GROUPQUOTA { "groupquota", 0, 0, 0 } #define MOPT_NOATIME { "atime", 1, MNT_NOATIME, 0 } +#define MOPT_RELATIME { "relatime", 0, MNT_RELATIME, 0 } #define MOPT_SYMPERM { "symperm", 0, MNT_SYMPERM, 0 } #define MOPT_SOFTDEP { "softdep", 0, MNT_SOFTDEP, 0 } #define MOPT_LOG { "log", 0, MNT_LOG, 0 } |
