]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vfs: partially support file create/delete/rename in lockless lookup
authorMateusz Guzik <mjg@FreeBSD.org>
Mon, 10 Aug 2020 10:35:18 +0000 (10:35 +0000)
committerMateusz Guzik <mjg@FreeBSD.org>
Mon, 10 Aug 2020 10:35:18 +0000 (10:35 +0000)
commit3ba0e51703ab63459136855e3f8ea3d6d4e9f298
tree406e1b98630462843364a16c95fa921a875c9327
parent21d5af2b30d17b4425f729c69a647b6dba6364b7
vfs: partially support file create/delete/rename in lockless lookup

Perform the lookup until the last 2 elements and fallback to slowpath.

Tested by: pho
Sponsored by: The FreeBSD Foundation
sys/kern/vfs_cache.c