diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2851,6 +2851,7 @@ next: | |||
2851 | } | 2851 | } |
2852 | check_irq_on(); | 2852 | check_irq_on(); |
2853 | up(&cache_chain_sem); | 2853 | up(&cache_chain_sem); |
2854 | drain_remote_pages(); | ||
2854 | /* Setup the next iteration */ | 2855 | /* Setup the next iteration */ |
2855 | schedule_delayed_work(&__get_cpu_var(reap_work), REAPTIMEOUT_CPUC + smp_processor_id()); | 2856 | schedule_delayed_work(&__get_cpu_var(reap_work), REAPTIMEOUT_CPUC + smp_processor_id()); |
2856 | } | 2857 | } |