Re: [PATCH v7 4/7] mm: swap: Update get_swap_pages() to take folio order

From: David Hildenbrand
Date: Tue Apr 09 2024 - 03:36:53 EST


On 08.04.24 20:39, Ryan Roberts wrote:
We are about to allow swap storage of any mTHP size. To prepare for
that, let's change get_swap_pages() to take a folio order parameter
instead of nr_pages. This makes the interface self-documenting; a
power-of-2 number of pages must be provided. We will also need the order
internally so this simplifies accessing it.

Reviewed-by: "Huang, Ying" <ying.huang@xxxxxxxxx>
Signed-off-by: Ryan Roberts <ryan.roberts@xxxxxxx>
---

Reviewed-by: David Hildenbrand <david@xxxxxxxxxx>

--
Cheers,

David / dhildenb