From owner-cvs-sbin Tue Sep 3 00:14:05 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA10683 for cvs-sbin-outgoing; Tue, 3 Sep 1996 00:14:05 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA10664; Tue, 3 Sep 1996 00:13:58 -0700 (PDT) Date: Tue, 3 Sep 1996 00:13:58 -0700 (PDT) From: David Greenman Message-Id: <199609030713.AAA10664@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mount mntopts.h mount.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/09/03 00:13:57 Modified: sbin/mount mntopts.h mount.c Log: Implemented user side of "noatime" mount option. This option disables the file access time update on reads and can be useful in reducing filesystem overhead in cases where the access time is not important (like Usenet news spools). Revision Changes Path 1.7 +3 -1 src/sbin/mount/mntopts.h 1.15 +1 -0 src/sbin/mount/mount.c