Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux...
[deliverable/linux.git] / kernel / rcutiny_plugin.h
index 015abaea962ad4087130014506b72dc19b33b43d..3cb8e362e8838454c0467bc4f20b93b19fbda054 100644 (file)
@@ -852,7 +852,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_TINY_PREEMPT_RCU */
This page took 0.024036 seconds and 5 git commands to generate.