Module Name:    src
Committed By:   christos
Date:           Sun Feb 21 22:45:25 UTC 2016

Modified Files:
        src/include: mntopts.h

Log Message:
Add relatime.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/include/mntopts.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/mntopts.h
diff -u src/include/mntopts.h:1.16 src/include/mntopts.h:1.17
--- src/include/mntopts.h:1.16	Fri Jan 22 17:26:45 2016
+++ src/include/mntopts.h	Sun Feb 21 17:45:25 2016
@@ -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 }

Reply via email to