Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 05/28/2000 01:15:43
Module Name:	syssrc
Committed By:	mycroft
Date:		Sun May 28 08:15:43 UTC 2000

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

Log Message:
When unwinding a failed allocation, make sure to nuke the unwound block from
the vnode's block list.  This fixes `itrunc3' panics (at least in some cases;
further testing is needed) and prevents further lossage later on.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/ufs/ffs/ffs_balloc.c
cvs rdiff -r1.32 -r1.33 syssrc/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.