diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3763,6 +3763,7 @@ next: | |||
3763 | check_irq_on(); | 3763 | check_irq_on(); |
3764 | mutex_unlock(&cache_chain_mutex); | 3764 | mutex_unlock(&cache_chain_mutex); |
3765 | next_reap_node(); | 3765 | next_reap_node(); |
3766 | refresh_cpu_vm_stats(smp_processor_id()); | ||
3766 | /* Set up the next iteration */ | 3767 | /* Set up the next iteration */ |
3767 | schedule_delayed_work(&__get_cpu_var(reap_work), REAPTIMEOUT_CPUC); | 3768 | schedule_delayed_work(&__get_cpu_var(reap_work), REAPTIMEOUT_CPUC); |
3768 | } | 3769 | } |