K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-02-01T05:45:33.852319Z K 7 svn:log V 478 tmpfs: push VEXEC check into tmpfs_lookup() vfs_cache_lookup() has already done the appropriate VEXEC check, therefore we must not re-check in VOP_CACHEDLOOKUP. This fixes O_SEARCH semantics on tmpfs and removes a redundant descent into VOP_ACCESS() in the common case. Reported-by: arichardson (via CheriBSD Jenkins CI) (cherry picked from commit 0f919ed4ae4df082eefb517afe02752b1790afd3) Git Hash: d2336460daffae7d2cb2344f52054a7a7a0047ad Git Author: kevans@FreeBSD.org END