K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-02-02T15:36:12.432743Z K 7 svn:log V 192 pseudofs: don't do VEXEC check in VOP_CACHEDLOOKUP VOP_CACHEDLOOKUP should assume that the appropriate VEXEC check has been done in the caller (vfs_cache_lookup), so it does not belong here. END