Module Name: src Committed By: dholland Date: Sun Jul 31 04:05:32 UTC 2016
Modified Files: src/sys/kern: vfs_bio.c Log Message: In bwrite, add assertion that vp != NULL. (vp is the vnode from the buffer being written.) There's some logic here that carefully checks for vp being null, and other logic that will crash if it is. It appears that it's all needless paranoia. See tech-kern for more info. Unless someone sees the assertion go off (in which case a lot more investigation is needed) I or someone will clean out the logic at some future point. Spotted by coypu. To generate a diff of this commit: cvs rdiff -u -r1.259 -r1.260 src/sys/kern/vfs_bio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.