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

Modified Files:
	syssrc/sys/ufs/ffs: ffs_balloc.c
	syssrc/sys/ufs/ufs: ufs_inode.c

Log Message:
in ffs_balloc(), clean up page cache state to avoid hangs when we
get ENOSPC. as a result of this, we now skip some of the normal cleanup
in ufs_balloc_range() in the error case.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/ufs/ffs/ffs_balloc.c
cvs rdiff -r1.25 -r1.26 syssrc/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.