Module Name: src Committed By: martin Date: Fri Nov 17 14:34:02 UTC 2017
Modified Files: src/sys/kern [netbsd-8]: vfs_vnode.c src/sys/sys [netbsd-8]: vnode_impl.h Log Message: Pull up following revision(s) (requested by hannken in ticket #309): sys/sys/vnode_impl.h: revision 1.17 sys/kern/vfs_vnode.c: revision 1.99, 1.100 Change the VSTATE_ASSERT_UNLOCKED code by pushing the potential lock handling into the backend and doing an optimistic (unlocked) check first. Always taking the vnode interlock makes this assertion otherwise very heavy for multi-processor machines. - Fix non-DIAGNOSTICS build by adjusting _vstate_assert here too. To generate a diff of this commit: cvs rdiff -u -r1.93.2.2 -r1.93.2.3 src/sys/kern/vfs_vnode.c cvs rdiff -u -r1.13.6.2 -r1.13.6.3 src/sys/sys/vnode_impl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.