|
@@ -1796,11 +1796,9 @@ static void vmstat_update(struct work_struct *w)
|
|
* to occur in the future. Keep on running the
|
|
* to occur in the future. Keep on running the
|
|
* update worker thread.
|
|
* update worker thread.
|
|
*/
|
|
*/
|
|
- preempt_disable();
|
|
|
|
queue_delayed_work_on(smp_processor_id(), mm_percpu_wq,
|
|
queue_delayed_work_on(smp_processor_id(), mm_percpu_wq,
|
|
this_cpu_ptr(&vmstat_work),
|
|
this_cpu_ptr(&vmstat_work),
|
|
round_jiffies_relative(sysctl_stat_interval));
|
|
round_jiffies_relative(sysctl_stat_interval));
|
|
- preempt_enable();
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|