]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove the explicit call_rcu thread creating and destruction
authorOndřej Surý <ondrej@isc.org>
Mon, 26 Jun 2023 13:58:48 +0000 (15:58 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 27 Jun 2023 05:59:00 +0000 (07:59 +0200)
commit5bd9343c4e767e61c159e0e75d08f368be464ecf
treeea9526d95983dc7708446b3b90e7fa3f7be21727
parentbcda40db484ddc623211c95d8d08256c72dc345f
Remove the explicit call_rcu thread creating and destruction

The free_all_cpu_call_rcu_data() call can consume hundreds of
milliseconds on shutdown.  Don't try to be smart and let the RCU library
handle this internally.
lib/isc/loop.c