Skip to content
Commit 95ff24ee authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcu: Upgrade header comment for poll_state_synchronize_rcu()



This commit emphasizes the possibility of concurrent calls to
synchronize_rcu() and synchronize_rcu_expedited() causing one or
the other of the two grace periods being lost from the viewpoint of
poll_state_synchronize_rcu().

If you cannot afford to lose grace periods this way, you should
instead use the _full() variants of the polled RCU API, for
example, poll_state_synchronize_rcu_full().

Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent 253cbbff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment