Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 01/25/2008 14:37:33
Module Name:	src
Committed By:	ad
Date:		Fri Jan 25 14:37:33 UTC 2008

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

Log Message:
vn_setrecurse: if no lock is exported, use v_lock. Works around issue
described in PR kern/37808. The ideal solution here is to kill vnode
lock recursion, which should not be hard once it is understood what
the two remaining callers of vn_setrecurse() are doing.


To generate a diff of this commit:
cvs rdiff -r1.152 -r1.153 src/sys/kern/vfs_vnops.c

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