]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vfs: add vfs_op_thread_enter/exit _crit variants
authormjg <mjg@FreeBSD.org>
Tue, 4 Aug 2020 19:54:10 +0000 (19:54 +0000)
committermjg <mjg@FreeBSD.org>
Tue, 4 Aug 2020 19:54:10 +0000 (19:54 +0000)
commit290c2c61a5159383624cf6c4e16a1d5b36d02fe7
tree124628ff0bee977a084bc6ec8da1e4ffc4fabced
parent6b8080efcb388abe77cd7fb4379f768822d991c2
vfs: add vfs_op_thread_enter/exit _crit variants

and employ them in the namecache. Eliminates all spurious checks for preemption.
sys/kern/vfs_cache.c
sys/sys/mount.h