Module Name: src Committed By: dholland Date: Tue Jun 29 22:29:59 UTC 2021
Modified Files: src/sys/kern: vfs_lookup.c Log Message: Adjust namei internals to be able to make an external call to parse the pathname. (Basically, this means change the signature of namei_getcomponent(), and thus lookup_parsepath(), to pass in the directory vnode and to allow failures.) To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 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.