Message ID | 20200525000809.7Ttcv_7tp%akpm@linux-foundation.org |
---|---|
State | New |
Headers | show |
Series | + mmthp-stop-leaking-unreleased-file-pages.patch added to -mm tree | expand |
--- a/mm/khugepaged.c~mmthp-stop-leaking-unreleased-file-pages +++ a/mm/khugepaged.c @@ -1692,6 +1692,7 @@ static void collapse_file(struct mm_stru if (page_has_private(page) && !try_to_release_page(page, GFP_KERNEL)) { result = SCAN_PAGE_HAS_PRIVATE; + putback_lru_page(page); goto out_unlock; }