Module Name: src Committed By: hannken Date: Tue Dec 20 16:49:37 UTC 2011
Modified Files: src/sys/kern: vfs_vnode.c Log Message: Move the diagnostic check for a missing VOP_CLOSE() to the top of vrelel(). As long as we hold the vnode interlock there is no chance for this vnode to gain new references. Fixes false alarms observed by Thor Lancelot Simon and reported on tech-kern. Ok: David Holland <dholl...@netbsd.org> To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/kern/vfs_vnode.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.