Subject: CVS commit: src/sys/ufs
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/15/2004 19:01:16
Module Name:	src
Committed By:	mycroft
Date:		Sun Aug 15 19:01:16 UTC 2004

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

Log Message:
Don't write out the extra zero pages with PGO_SYNCIO.  We start an asynchronous
write anyway, and they will not be freed until that write is finished.


To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 src/sys/ufs/ffs/ffs_inode.c
cvs rdiff -r1.87 -r1.88 src/sys/ufs/lfs/lfs_inode.c

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