X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=mm%2Fvmstat.c;h=fbf14485a0498bf181e81f43bc69a0522e67afd5;hb=23d88271b4f97f66de521ac9b2c1471e6311cf26;hp=4f5cd974e11a0adbb8a601cc92b9866ab6d67d55;hpb=fc4c3c872f44bf425963feba57eb9c3f8ac2d7eb;p=karo-tx-linux.git diff --git a/mm/vmstat.c b/mm/vmstat.c index 4f5cd974e11a..fbf14485a049 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c @@ -1363,15 +1363,16 @@ static cpumask_var_t cpu_stat_off; static void vmstat_update(struct work_struct *w) { - if (refresh_cpu_vm_stats()) + if (refresh_cpu_vm_stats()) { /* * Counters were updated so we expect more updates * to occur in the future. Keep on running the * update worker thread. */ - schedule_delayed_work(this_cpu_ptr(&vmstat_work), + schedule_delayed_work_on(smp_processor_id(), + this_cpu_ptr(&vmstat_work), round_jiffies_relative(sysctl_stat_interval)); - else { + } else { /* * We did not update any counters so the app may be in * a mode where it does not cause counter updates.