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

Commit b84282ae authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm: process_reclaim: consider compound pages"

parents 9d579d77 f7baca8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1736,7 +1736,7 @@ static int reclaim_pte_range(pmd_t *pmd, unsigned long addr,
		if (!page)
			continue;

		if (isolate_lru_page(page))
		if (isolate_lru_page(compound_head(page)))
			continue;

		list_add(&page->lru, &page_list);