Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 04/16/2003 07:38:25
Module Name:	src
Committed By:	fvdl
Date:		Wed Apr 16 07:38:25 UTC 2003

Modified Files:
	src/sys/ufs/ffs: ffs_vnops.c

Log Message:
ffs_reclaim may be called while the dinode pointer in the inode structure
is still NULL (in the case of an error in ffs_vget). Check for this
condition before doing a pool_put.


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 src/sys/ufs/ffs/ffs_vnops.c

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