]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cache: add missing call to cache_ncp_invalid for negative hits
authormjg <mjg@FreeBSD.org>
Thu, 2 Jul 2020 12:56:20 +0000 (12:56 +0000)
committermjg <mjg@FreeBSD.org>
Thu, 2 Jul 2020 12:56:20 +0000 (12:56 +0000)
commit1e1fa4c88127d86a08db9c70ac8d335c8c91db11
treebc87321f83031ff6fac4a2b4f58ac742aad780f5
parent0a8e7016d850908086aa796a6c7f83acbd086b63
cache: add missing call to cache_ncp_invalid for negative hits

Note the dtrace probe can fire even the entry is gone, but I don't think that's
worth fixing.
sys/kern/vfs_cache.c