Add noatime option to not update atime on files in a filesystem (unless
authormillert <millert@openbsd.org>
Sun, 2 Mar 1997 09:38:13 +0000 (09:38 +0000)
committermillert <millert@openbsd.org>
Sun, 2 Mar 1997 09:38:13 +0000 (09:38 +0000)
commit297c680fec246db4c63a8e16bf72d028e3270e25
tree43640903de5cc2d10f0cddadf724267480674364
parente92e1f81bcf4eb3cac4ff27ade68f84f10f73199
Add noatime option to not update atime on files in a filesystem (unless
ctime or mtime has changed).  Useful for laptops and news servers.
sbin/mount/mntopts.h
sbin/mount/mount.8
sbin/mount/mount.c
sys/kern/vfs_syscalls.c
sys/sys/mount.h
sys/ufs/ffs/ffs_inode.c
sys/ufs/lfs/lfs_inode.c