Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 06/16/2004 12:35:51
Module Name:	src
Committed By:	yamt
Date:		Wed Jun 16 12:35:51 UTC 2004

Modified Files:
	src/sys/kern: vfs_subr.c

Log Message:
getcleanvnode: don't try to reclaim a vnode marked as VXLOCK.
fix crashes with VOP_RECLAIM implementations which might block.
(eg. layered filesystems)


To generate a diff of this commit:
cvs rdiff -r1.227 -r1.228 src/sys/kern/vfs_subr.c

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