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

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

Log Message:
ufs_reclaim: leave the inode on the hash chain until we have updated both
the free map and the on disk inode. At this point the about-to-be-dead
vnode has VI_XLOCK set. Toegether these prevent the on-disk inode from
being reused until we are completely finished with it.


To generate a diff of this commit:
cvs rdiff -r1.64.6.8 -r1.64.6.9 src/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.