]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cache: fix ups bad predicts
authormjg <mjg@FreeBSD.org>
Sun, 13 Dec 2020 21:29:39 +0000 (21:29 +0000)
committermjg <mjg@FreeBSD.org>
Sun, 13 Dec 2020 21:29:39 +0000 (21:29 +0000)
commitfa51d4a47d01824d427685e47623857fc5d5053a
tree2ffe562b03a082f959f4cdac8ebfb5fb4146d52f
parent6225bd637ed5b59edfbfaa757d1f6c6666097b3d
cache: fix ups bad predicts

- last level fallback normally sees CREATE; the code should be optimized to not
get there for said case
- fast path commonly fails with ENOENT
sys/kern/vfs_cache.c