Re: [PATCH v13 04/10] mm: split a folio in minimum folio order chunks

From: Matthew Wilcox
Date: Fri Aug 30 2024 - 18:42:41 EST


On Fri, Aug 30, 2024 at 04:59:57PM +0200, Pankaj Raghav wrote:
> It feels a bit weird to pass both folio and the page in `split_page_folio_to_list()`.

We do that in the rmap code.

But this is not a performance path. We should keep this as simple as
possible.