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)
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

index 699b938358bfa418eb4e2ed43f4a1e3f7a7d513f..5e0f74f2f8ca52818c7f860e384c2cb8f80a7693 100644 (file)
@@ -42,6 +42,11 @@ do {                                                                 \
  * call_srcu() function, with this wrapper supplying the pointer to the
  * corresponding srcu_struct.
  *
+ * Note that call_rcu_hurry() should be used instead of call_rcu()
+ * because in kernels built with CONFIG_RCU_LAZY=y the delay between the
+ * invocation of call_rcu() and that of the corresponding RCU callback
+ * can be multiple seconds.
+ *
  * The first argument tells Tiny RCU's _wait_rcu_gp() not to
  * bother waiting for RCU.  The reason for this is because anywhere
  * synchronize_rcu_mult() can be called is automatically already a full