]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cache: fix ups bad predicts
authorMateusz Guzik <mjg@FreeBSD.org>
Sun, 13 Dec 2020 21:29:39 +0000 (21:29 +0000)
committerMateusz Guzik <mjg@FreeBSD.org>
Sun, 13 Dec 2020 21:29:39 +0000 (21:29 +0000)
commit8ab96e265d44e95564bca3270146a8447b3890c1
tree2ffe562b03a082f959f4cdac8ebfb5fb4146d52f
parentd48c2b8d29db7700bfa69d3d9e620e008fc0a091
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