Module Name: src Committed By: riastradh Date: Tue Aug 4 03:00:10 UTC 2020
Modified Files: src/sys/kern: vfs_vnode.c Log Message: Fix bogus fast path in vput. If we can't discern whether we have an exclusive or shared lock, then just unlock and don't play fast and loose with pretending that we have an exclusive lock will work -- it won't. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 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.