Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/mount_lfs add 'noatime' to list of supported mount options



details:   https://anonhg.NetBSD.org/src/rev/13c627ad5127
branches:  trunk
changeset: 543160:13c627ad5127
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue Feb 18 13:16:48 2003 +0000

description:
add 'noatime' to list of supported mount options
fixes PR bin/20411 by KOIE Hidetaka

diffstat:

 sbin/mount_lfs/mount_lfs.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 4431a927f4c3 -r 13c627ad5127 sbin/mount_lfs/mount_lfs.c
--- a/sbin/mount_lfs/mount_lfs.c        Tue Feb 18 12:52:34 2003 +0000
+++ b/sbin/mount_lfs/mount_lfs.c        Tue Feb 18 13:16:48 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount_lfs.c,v 1.14 2002/09/21 18:43:35 christos Exp $  */
+/*     $NetBSD: mount_lfs.c,v 1.15 2003/02/18 13:16:48 jdolecek Exp $  */
 
 /*-
  * Copyright (c) 1993, 1994
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "@(#)mount_lfs.c        8.4 (Berkeley) 4/26/95";
 #else
-__RCSID("$NetBSD: mount_lfs.c,v 1.14 2002/09/21 18:43:35 christos Exp $");
+__RCSID("$NetBSD: mount_lfs.c,v 1.15 2003/02/18 13:16:48 jdolecek Exp $");
 #endif
 #endif /* not lint */
 
@@ -69,6 +69,7 @@
        MOPT_STDOPTS,
        MOPT_UPDATE,
        MOPT_GETARGS,
+       MOPT_NOATIME,
        { NULL }
 };
 



Home | Main Index | Thread Index | Old Index