Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 05/07/2005 14:24:14
Module Name: src
Committed By: hannken
Date: Sat May 7 14:24:14 UTC 2005
Modified Files:
src/sys/ufs/ffs: ffs_softdep.c
Log Message:
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.64 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.