Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 12/13/2000 22:07:33
Module Name:	syssrc
Committed By:	mycroft
Date:		Wed Dec 13 20:07:33 UTC 2000

Modified Files:
	syssrc/sys/ufs/ffs: ffs_softdep.c

Log Message:
Patch from Kirk McKusick to fix an ordering problem in softdep_setup_freeblks()
that could cause an inode to be reused prematurely (possibly resulting in the
file containing garbage blocks).


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/ufs/ffs/ffs_softdep.c

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