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

Modified Files:
	src/sys/ufs/ffs: ffs_inode.c

Log Message:
Partially fix a performance problem in the partial-truncate case.  We were
doing synchronous writes unnecessarily in a couple of places.  Now it's 1
write per truncate in my test case rather than 3.  :-P


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/sys/ufs/ffs/ffs_inode.c

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