diff options
Diffstat (limited to 'kernel/rcutiny.c')
-rw-r--r-- | kernel/rcutiny.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcutiny.c b/kernel/rcutiny.c index 0c343b9a46d5..4d60fbc9c64c 100644 --- a/kernel/rcutiny.c +++ b/kernel/rcutiny.c | |||
@@ -167,7 +167,7 @@ static void rcu_process_callbacks(struct rcu_ctrlblk *rcp) | |||
167 | prefetch(next); | 167 | prefetch(next); |
168 | debug_rcu_head_unqueue(list); | 168 | debug_rcu_head_unqueue(list); |
169 | local_bh_disable(); | 169 | local_bh_disable(); |
170 | list->func(list); | 170 | __rcu_reclaim(list); |
171 | local_bh_enable(); | 171 | local_bh_enable(); |
172 | list = next; | 172 | list = next; |
173 | RCU_TRACE(cb_count++); | 173 | RCU_TRACE(cb_count++); |