diff options
Diffstat (limited to 'kernel/rcutree_plugin.h')
| -rw-r--r-- | kernel/rcutree_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcutree_plugin.h b/kernel/rcutree_plugin.h index 6cdc372de34c..f6e5ec2932b4 100644 --- a/kernel/rcutree_plugin.h +++ b/kernel/rcutree_plugin.h | |||
| @@ -2406,7 +2406,7 @@ static int rcu_nocb_kthread(void *arg) | |||
| 2406 | trace_rcu_batch_end(rdp->rsp->name, c, !!list, 0, 0, 1); | 2406 | trace_rcu_batch_end(rdp->rsp->name, c, !!list, 0, 0, 1); |
| 2407 | ACCESS_ONCE(rdp->nocb_p_count) -= c; | 2407 | ACCESS_ONCE(rdp->nocb_p_count) -= c; |
| 2408 | ACCESS_ONCE(rdp->nocb_p_count_lazy) -= cl; | 2408 | ACCESS_ONCE(rdp->nocb_p_count_lazy) -= cl; |
| 2409 | rdp->n_cbs_invoked += c; | 2409 | rdp->n_nocbs_invoked += c; |
| 2410 | } | 2410 | } |
| 2411 | return 0; | 2411 | return 0; |
| 2412 | } | 2412 | } |
