rcu/sync: Use call_rcu_hurry() instead of call_rcu
authorJoel Fernandes (Google) <joel@joelfernandes.org>
Sun, 16 Oct 2022 16:22:59 +0000 (16:22 +0000)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 29 Nov 2022 22:04:33 +0000 (14:04 -0800)
commit7651d6b25086656eacfdd8356bfe3a21c0c2d79d
tree57352f1470b7c8eacab3ca252bb9095235e499ca
parent084e04fff1601787a121c225502716b8c0314433
rcu/sync: Use call_rcu_hurry() instead of call_rcu

call_rcu() changes to save power will slow down rcu sync. Use the
call_rcu_hurry() API instead which reverts to the old behavior.

[ paulmck: Apply s/call_rcu_flush/call_rcu_hurry/ feedback from Tejun Heo. ]

Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/sync.c