Home
last modified time | relevance | path

Searched hist:"820 c4e2e6f517e4c0cee703265e275e3a08992e6" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/
H A Dvmscan.cdiff 820c4e2e6f517e4c0cee703265e275e3a08992e6 Wed Sep 30 15:15:46 CDT 2020 Matthew Wilcox (Oracle) <willy@infradead.org> mm/vmscan: Free non-shmem folios without splitting them

We have to allocate memory in order to split a file-backed folio, so
it's not a good idea to split them in the memory freeing path. It also
doesn't work for XFS because pages have an extra reference count from
page_has_private() and split_huge_page() expects that reference to have
already been removed. Unfortunately, we still have to split shmem THPs
because we can't handle swapping out an entire THP yet.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>