Subject: CVS commit: [vmlocking2] src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 12/10/2007 19:31:50
Module Name:	src
Committed By:	ad
Date:		Mon Dec 10 19:31:50 UTC 2007

Modified Files:
	src/sys/kern [vmlocking2]: vfs_subr.c vfs_subr2.c
	src/sys/sys [vmlocking2]: vnode.h

Log Message:
Defer VOP_INACTIVE and clean-on-release of vnodes to a kthread. This is
a hack to avoid lock order issues with the vnode locking scheme. To be
revisited soon.


To generate a diff of this commit:
cvs rdiff -r1.308.2.2 -r1.308.2.3 src/sys/kern/vfs_subr.c
cvs rdiff -r1.8.2.1 -r1.8.2.2 src/sys/kern/vfs_subr2.c
cvs rdiff -r1.177.2.1 -r1.177.2.2 src/sys/sys/vnode.h

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