diff options
Diffstat (limited to 'kernel/rcutree.c')
-rw-r--r-- | kernel/rcutree.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/rcutree.c b/kernel/rcutree.c index 1050d6d3922c..403306b86e78 100644 --- a/kernel/rcutree.c +++ b/kernel/rcutree.c | |||
@@ -1829,6 +1829,8 @@ __call_rcu(struct rcu_head *head, void (*func)(struct rcu_head *rcu), | |||
1829 | rdp->qlen++; | 1829 | rdp->qlen++; |
1830 | if (lazy) | 1830 | if (lazy) |
1831 | rdp->qlen_lazy++; | 1831 | rdp->qlen_lazy++; |
1832 | else | ||
1833 | rcu_idle_count_callbacks_posted(); | ||
1832 | 1834 | ||
1833 | if (__is_kfree_rcu_offset((unsigned long)func)) | 1835 | if (__is_kfree_rcu_offset((unsigned long)func)) |
1834 | trace_rcu_kfree_callback(rsp->name, head, (unsigned long)func, | 1836 | trace_rcu_kfree_callback(rsp->name, head, (unsigned long)func, |