Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 01/17/2008 13:06:04
Module Name:	src
Committed By:	ad
Date:		Thu Jan 17 13:06:04 UTC 2008

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

Log Message:
- Ignore clean vnodes in vflush(). May fix false EBUSY when unmounting.
- Use vrelel() where v_usecount might become 0. Could fix "vnode sez".
- Add some assertions, fix a lock leak.


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