Subject: CVS commit: [netbsd-2] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 08/11/2007 13:58:23
Module Name:	src
Committed By:	bouyer
Date:		Sat Aug 11 13:58:23 UTC 2007

Modified Files:
	src/sys/kern [netbsd-2]: vfs_subr.c

Log Message:
Pull up following revision(s) (requested by pooka in ticket #11340):
	sys/kern/vfs_subr.c: revision 1.289
Don't drain a vnode's lock when we are cleaning it out.  It still
might be used by upper layers in the vnode stack due to exported
lock pointers.  This introduces no difference to the normal case
and works around a problem where a lower layer vnode is cleaned
out before the upper layer due to forced unmount or revoke.  And
for cosmetics, set a vnode's lock export to NULL when it is cleaned
out.
per discussion with Bill Stouder-Studenmund on tech-kern


To generate a diff of this commit:
cvs rdiff -r1.218.2.4.2.1 -r1.218.2.4.2.2 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.