Re: [PATCH] mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()

From: Matthew Wilcox
Date: Mon Apr 17 2023 - 09:16:02 EST


On Mon, Apr 17, 2023 at 07:48:07PM +0800, Kefeng Wang wrote:
> Both of them change the arg from page_list to folio_list when convert
> them to use a folio, but not the declaration, let's correct it, also
> move the reclaim_pages() from swap.h to internal.h as it only used
> in mm.
>
> Signed-off-by: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>

Reviwed-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>