Subject: CVS commit: [vmlocking] src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 10/24/2007 15:06:24
Module Name:	src
Committed By:	ad
Date:		Wed Oct 24 15:06:24 UTC 2007

Modified Files:
	src/sys/ufs/ffs [vmlocking]: ffs_balloc.c

Log Message:
Comment out 'fix' for allocation failure with softdep. It would hang
because we can try to flush pages that we hold busy. Instead it now
crashes (matching what happens on HEAD).


To generate a diff of this commit:
cvs rdiff -r1.44.6.5 -r1.44.6.6 src/sys/ufs/ffs/ffs_balloc.c

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