Module Name: src Committed By: riastradh Date: Thu Mar 24 12:59:56 UTC 2022
Modified Files: src/sys/kern: vfs_mount.c Log Message: vfs(9): Add missing vnode lock around VOP_CLOSE in vfs_mountroot. Maybe vnode_if.c should be taught to KASSERT the vnode lock now that locks always work. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/kern/vfs_mount.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.