X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=kernel%2Frcutiny_plugin.h;h=3cb8e362e8838454c0467bc4f20b93b19fbda054;hb=7b7adc4a016a1decb806eb71ecab98721fa7f146;hp=015abaea962ad4087130014506b72dc19b33b43d;hpb=e8cdfb0509f48d44d95d68d4f42d8d71a9ba4acd;p=deliverable%2Flinux.git diff --git a/kernel/rcutiny_plugin.h b/kernel/rcutiny_plugin.h index 015abaea962a..3cb8e362e883 100644 --- a/kernel/rcutiny_plugin.h +++ b/kernel/rcutiny_plugin.h @@ -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 */