Module Name: src Committed By: martin Date: Thu Jul 1 15:53:20 UTC 2021
Modified Files: src/sys/kern: vfs_vnops.c Log Message: gcc (with some options) eroneously claims we would use "vp" uninitialized, so initialize it as NULL. To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.220 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.