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/15/2004 17:36:00
Module Name:	src
Committed By:	mycroft
Date:		Sun Aug 15 17:36:00 UTC 2004

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

Log Message:
Correct the fix for the partial-truncate inefficiency.  We still need to zero,
but we only need to sync those pages that are being lopped off, if any.


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 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.