Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 10/04/2001 08:46:47
Module Name:	syssrc
Committed By:	chs
Date:		Thu Oct  4 05:46:47 UTC 2001

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

Log Message:
when attempting to reclaim a vnode, tell the lockmgr() that it's ok
to just fail if we already hold the lock.  we'll skip that vnode
and try another.  fixes PR 14090.


To generate a diff of this commit:
cvs rdiff -r1.159 -r1.160 syssrc/sys/kern/vfs_subr.c

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