Module Name:    src
Committed By:   joerg
Date:           Thu Sep 21 18:19:44 UTC 2017

Modified Files:
        src/sys/kern: vfs_vnode.c
        src/sys/sys: vnode_impl.h

Log Message:
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. Ride the kernel version bump.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/kern/vfs_vnode.c
cvs rdiff -u -r1.16 -r1.17 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.

Reply via email to