aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcutree_plugin.h')
-rw-r--r--kernel/rcutree_plugin.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/kernel/rcutree_plugin.h b/kernel/rcutree_plugin.h
index 9906f85c7780..63bb7714fdeb 100644
--- a/kernel/rcutree_plugin.h
+++ b/kernel/rcutree_plugin.h
@@ -546,9 +546,11 @@ EXPORT_SYMBOL_GPL(call_rcu);
546 * 546 *
547 * Control will return to the caller some time after a full grace 547 * Control will return to the caller some time after a full grace
548 * period has elapsed, in other words after all currently executing RCU 548 * period has elapsed, in other words after all currently executing RCU
549 * read-side critical sections have completed. RCU read-side critical 549 * read-side critical sections have completed. Note, however, that
550 * sections are delimited by rcu_read_lock() and rcu_read_unlock(), 550 * upon return from synchronize_rcu(), the caller might well be executing
551 * and may be nested. 551 * concurrently with new RCU read-side critical sections that began while
552 * synchronize_rcu() was waiting. RCU read-side critical sections are
553 * delimited by rcu_read_lock() and rcu_read_unlock(), and may be nested.
552 */ 554 */
553void synchronize_rcu(void) 555void synchronize_rcu(void)
554{ 556{