aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slab.c')
-rw-r--r--mm/slab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/slab.c b/mm/slab.c
index 233e39d14caf..0c33820038cb 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -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}