diff --git a/mm/vmstat.c b/mm/vmstat.c index a2b9518980ce4..1377a89eb84c4 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c @@ -1844,11 +1844,9 @@ static void vmstat_update(struct work_struct *w) * to occur in the future. Keep on running the * update worker thread. */ - preempt_disable(); queue_delayed_work_on(smp_processor_id(), mm_percpu_wq, this_cpu_ptr(&vmstat_work), round_jiffies_relative(sysctl_stat_interval)); - preempt_enable(); } }