Loading mm/vmstat.c +2 −1 Original line number Diff line number Diff line Loading @@ -1360,7 +1360,8 @@ static void vmstat_update(struct work_struct *w) * 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 { /* Loading Loading
mm/vmstat.c +2 −1 Original line number Diff line number Diff line Loading @@ -1360,7 +1360,8 @@ static void vmstat_update(struct work_struct *w) * 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 { /* Loading