Subject: CVS commit: [netbsd-3] src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/07/2005 15:04:48
Module Name:	src
Committed By:	tron
Date:		Sat May  7 15:04:48 UTC 2005

Modified Files:
	src/sys/ufs/ffs [netbsd-3]: ffs_softdep.c

Log Message:
Pull up revision 1.64 (requested by hannken in ticket #259):
flush_inodedep_deps(): If softdep_lookupvp() returns NULL it means the
inode has been reclaimed.  Skip the VOP_PUTPAGES() in this case.
Reviewed by: Chuck Silvers <chs@netbsd.org>


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