rcu: improve kerneldoc for rcu_read_lock(), call_rcu(), and synchronize_rcu()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 9 Jul 2010 00:38:59 +0000 (17:38 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 20 Aug 2010 00:18:02 +0000 (17:18 -0700)
commit77d8485a8b5416c615b6acd95f01bfcacd7d81ff
tree725742c078b9712d875e9c633d249b6da14e5f00
parent742734eea0cf5314cde5945963ed964be167bd84
rcu: improve kerneldoc for rcu_read_lock(), call_rcu(), and synchronize_rcu()

Make it explicit that new RCU read-side critical sections that start
after call_rcu() and synchronize_rcu() start might still be running
after the end of the relevant grace period.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
include/linux/rcupdate.h
kernel/rcutree_plugin.h