diff --git a/[refs] b/[refs] index 4d7ffc30b23b..cfe1e2244082 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7e8b4c72344e0d904b0e3fa9fd2eb116f04b3d41 +refs/heads/master: 13491a0ee1ef862b6c842132b6eb9c5e721af5ad diff --git a/trunk/kernel/rcutree_plugin.h b/trunk/kernel/rcutree_plugin.h index a21413d0581d..11b27f377b8b 100644 --- a/trunk/kernel/rcutree_plugin.h +++ b/trunk/kernel/rcutree_plugin.h @@ -858,7 +858,7 @@ void exit_rcu(void) if (t->rcu_read_lock_nesting == 0) return; t->rcu_read_lock_nesting = 1; - rcu_read_unlock(); + __rcu_read_unlock(); } #else /* #ifdef CONFIG_TREE_PREEMPT_RCU */