Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a37666f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm: vmstat: make vmstat_work cpu bound during requeue"

parents 487823af 2e40627b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 {
		/*