Subject: CVS commit: syssrc/sys/ufs/ufs
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/30/2001 05:50:36
Module Name:	syssrc
Committed By:	chs
Date:		Sun Sep 30 02:50:35 UTC 2001

Modified Files:
	syssrc/sys/ufs/ufs: ufs_readwrite.c

Log Message:
process one block at a time even when we're using the write fast path
that avoids zeroing pages.  this avoids a mess when we get ENOSPC and
softdeps are enabled.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 syssrc/sys/ufs/ufs/ufs_readwrite.c

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