diff options
Diffstat (limited to 'kernel/rcu/tree.c')
-rw-r--r-- | kernel/rcu/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index 942d529fccbc..1205c8ad138a 100644 --- a/kernel/rcu/tree.c +++ b/kernel/rcu/tree.c | |||
@@ -2634,7 +2634,7 @@ static void rcu_adopt_orphan_cbs(struct rcu_state *rsp, unsigned long flags) | |||
2634 | 2634 | ||
2635 | /* Do the accounting first. */ | 2635 | /* Do the accounting first. */ |
2636 | rdp->n_cbs_adopted += rsp->orphan_done.len; | 2636 | rdp->n_cbs_adopted += rsp->orphan_done.len; |
2637 | if (rcu_cblist_n_lazy_cbs(&rsp->orphan_done) != rsp->orphan_done.len) | 2637 | if (rsp->orphan_done.len_lazy != rsp->orphan_done.len) |
2638 | rcu_idle_count_callbacks_posted(); | 2638 | rcu_idle_count_callbacks_posted(); |
2639 | rcu_segcblist_insert_count(&rdp->cblist, &rsp->orphan_done); | 2639 | rcu_segcblist_insert_count(&rdp->cblist, &rsp->orphan_done); |
2640 | 2640 | ||