Subject: CVS commit: [vmlocking] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 10/26/2007 17:08:56
Module Name:	src
Committed By:	ad
Date:		Fri Oct 26 17:08:56 UTC 2007

Modified Files:
	src/sys/kern [vmlocking]: vfs_subr.c

Log Message:
The pagedaemon can do vhold() without holding a vnode reference. This
happens through VOP_PUTPAGES() when flushing out dirty pages. To play nicely
it should acquire a vnode reference first or lock the vnode another way. For
the time being re-allow vhold without the reference.


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