commit | 77d8485a8b5416c615b6acd95f01bfcacd7d81ff | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jul 08 17:38:59 2010 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 19 17:18:02 2010 -0700 |
tree | 725742c078b9712d875e9c633d249b6da14e5f00 | |
parent | 742734eea0cf5314cde5945963ed964be167bd84 [diff] |
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>