aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcutree.c')
-rw-r--r--kernel/rcutree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcutree.c b/kernel/rcutree.c
index b579e4f97210..2c07adb97088 100644
--- a/kernel/rcutree.c
+++ b/kernel/rcutree.c
@@ -1206,7 +1206,7 @@ static void rcu_do_batch(struct rcu_state *rsp, struct rcu_data *rdp)
1206 next = list->next; 1206 next = list->next;
1207 prefetch(next); 1207 prefetch(next);
1208 debug_rcu_head_unqueue(list); 1208 debug_rcu_head_unqueue(list);
1209 list->func(list); 1209 __rcu_reclaim(list);
1210 list = next; 1210 list = next;
1211 if (++count >= rdp->blimit) 1211 if (++count >= rdp->blimit)
1212 break; 1212 break;