]> git.ipfire.org Git - people/ms/linux.git/blobdiff - mm/vmstat.c
vmstat: do not use deferrable delayed work for vmstat_update
[people/ms/linux.git] / mm / vmstat.c
index 1284f89fca082aa907973d16ceed3f09d316a780..cdac77398880ced092e4fdfc0956105d43f2e050 100644 (file)
@@ -1450,7 +1450,7 @@ static void __init start_shepherd_timer(void)
        int cpu;
 
        for_each_possible_cpu(cpu)
-               INIT_DEFERRABLE_WORK(per_cpu_ptr(&vmstat_work, cpu),
+               INIT_DELAYED_WORK(per_cpu_ptr(&vmstat_work, cpu),
                        vmstat_update);
 
        if (!alloc_cpumask_var(&cpu_stat_off, GFP_KERNEL))