Subject: CVS commit: src/sys/ufs
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/14/2004 14:32:04
Module Name:	src
Committed By:	mycroft
Date:		Sat Aug 14 14:32:04 UTC 2004

Modified Files:
	src/sys/ufs/ext2fs: ext2fs_inode.c ext2fs_vnops.c
	src/sys/ufs/lfs: lfs.h
	src/sys/ufs/ufs: inode.h ufs_inode.c

Log Message:
Push atime/mtime updates even further -- into the reclaim path, so they happen
rarely in the normal case.  (Note: This happens at reboot/shutdown time because
all file systems are unmounted.)

Also, for IN_MODIFY, use IN_ACCESSED, not IN_MODIFIED; otherwise "ls -l" of
your device node or FIFO would cause the time stamps to get written too
quickly.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/ufs/ext2fs/ext2fs_inode.c
cvs rdiff -r1.53 -r1.54 src/sys/ufs/ext2fs/ext2fs_vnops.c
cvs rdiff -r1.73 -r1.74 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.38 -r1.39 src/sys/ufs/ufs/inode.h
cvs rdiff -r1.43 -r1.44 src/sys/ufs/ufs/ufs_inode.c

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