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

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

Merge "vmscan: fix increasing nr_isolated incurred by putback unevictable pages"

parents 5f45ab5d e4ed9d65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1180,7 +1180,7 @@ cull_mlocked:
		if (PageSwapCache(page))
			try_to_free_swap(page);
		unlock_page(page);
		putback_lru_page(page);
		list_add(&page->lru, &ret_pages);
		continue;

activate_locked: