doc: Use rcu_barrier() to rate-limit RCU callbacks
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 28 Jul 2022 19:04:00 +0000 (12:04 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 31 Aug 2022 11:58:15 +0000 (04:58 -0700)
commit1c1c1d983e75f53b3e307804a39d17d24310c5f2
treedc25fb7d30fa26674fcfc7343dbd77ab51c5529f
parented336c6fe4c0110a56f6f237865ff9660de8c598
doc: Use rcu_barrier() to rate-limit RCU callbacks

The checklist.rst document advises periodic synchronize_rcu() invocations
to prevent callback flooding.  However, rcu_barrier() is often a better
choice.  This commit therefore adds words to this effect.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Documentation/RCU/checklist.rst