rcu: Remove obsolete rcu_read_unlock() deadlock commentary
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 29 Apr 2021 18:30:49 +0000 (11:30 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 13 May 2021 16:13:23 +0000 (09:13 -0700)
commit0223846010750e28e4330f1beefb5564ba406ef7
tree222fe0c0e8fcf1411db262767092825258d37b57
parent1893afd63409111c6edcee9d6e1196fc06cf4fd7
rcu: Remove obsolete rcu_read_unlock() deadlock commentary

The deferred quiescent states resulting from the consolidation of RCU-bh
and RCU-sched into RCU means that rcu_read_unlock() will no longer attempt
to acquire scheduler locks if interrupts were disabled across that call
to rcu_read_unlock().  The cautions in the rcu_read_unlock() header
comment are therefore obsolete.  This commit therefore removes them.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
include/linux/rcupdate.h