Module Name: src Committed By: dholland Date: Mon Apr 11 02:19:12 UTC 2011
Modified Files: src/sys/kern: vfs_lookup.c Log Message: description: namei_follow() randomly drops foundobj on success. Do that in the caller instead. On the other hand, the caller was updating cn_nameptr, and since that's closely related to the buffer manipulation in namei_follow, do that there. To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/sys/kern/vfs_lookup.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.