Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 1996 00:09:12 -0700 (PDT)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern vfs_syscalls.c src/sys/sys mount.h src/sys/ufs/ufs ufs_readwrite.c
Message-ID:  <199609030709.AAA10445@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

davidg      96/09/03 00:09:12

  Modified:    sys/kern  vfs_syscalls.c
               sys/sys   mount.h
               sys/ufs/ufs  ufs_readwrite.c
  Log:
  Implemented kernel side of MNT_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.49      +3 -3      src/sys/kern/vfs_syscalls.c
  1.32      +11 -5     src/sys/sys/mount.h
  1.22      +3 -2      src/sys/ufs/ufs/ufs_readwrite.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609030709.AAA10445>