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

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

Merge "mm: vmscan: set zone flags before blocking"

parents add8c328 97b639a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1534,8 +1534,8 @@ shrink_inactive_list(unsigned long nr_to_scan, struct lruvec *lruvec,
	 */
	if (nr_writeback && nr_writeback >=
			(nr_taken >> (DEF_PRIORITY - sc->priority))) {
		wait_iff_congested(zone, BLK_RW_ASYNC, HZ/10);
		zone_set_flag(zone, ZONE_WRITEBACK);
		wait_iff_congested(zone, BLK_RW_ASYNC, HZ/10);
	}

	/*