rcu: Update synchronize_rcu_mult() comment for call_rcu_hurry()
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 16 May 2023 10:41:37 +0000 (03:41 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 19 Jul 2023 20:19:41 +0000 (13:19 -0700)
commit6716f4d39c17febf7aa4fa5f5923da67a8d10e85
tree9faa35c8bf56eefa066d76cb2087c29744cb3ed0
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
rcu: Update synchronize_rcu_mult() comment for call_rcu_hurry()

Those who have worked with RCU for some time will naturally think in
terms of the long-standing call_rcu() API rather than the much newer
call_rcu_hurry() API.  But it is call_rcu_hurry() that you should normally
pass to synchronize_rcu_mult().  This commit therefore updates the header
comment to point this out.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>
include/linux/rcupdate_wait.h