aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcu/tree_plugin.h')
-rw-r--r--kernel/rcu/tree_plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h
index f0d71449ec0c..27b714601c6e 100644
--- a/kernel/rcu/tree_plugin.h
+++ b/kernel/rcu/tree_plugin.h
@@ -735,7 +735,6 @@ void synchronize_rcu_expedited(void)
735 /* Clean up and exit. */ 735 /* Clean up and exit. */
736 rcu_exp_gp_seq_end(rsp); 736 rcu_exp_gp_seq_end(rsp);
737 mutex_unlock(&rnp_unlock->exp_funnel_mutex); 737 mutex_unlock(&rnp_unlock->exp_funnel_mutex);
738 smp_mb(); /* ensure subsequent action seen after grace period. */
739} 738}
740EXPORT_SYMBOL_GPL(synchronize_rcu_expedited); 739EXPORT_SYMBOL_GPL(synchronize_rcu_expedited);
741 740