Module Name: src Committed By: riastradh Date: Mon Mar 13 18:13:19 UTC 2023
Modified Files: src/sys/kern: vfs_vnops.c Log Message: vn_open(9): Add assertion that vp is locked on return. Null out vp internally out of paranoia so we'll crash in evaluating the assertion if we ever reach it via one of the vput paths. To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 src/sys/kern/vfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.