Re: [PATCH] mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()
From: SeongJae Park
Date: Mon Apr 17 2023 - 13:38:32 EST
On Mon, 17 Apr 2023 19:48:07 +0800 Kefeng Wang <wangkefeng.wang@xxxxxxxxxx> 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>
Reviewed-by: SeongJae Park <sj@xxxxxxxxxx>
Thanks,
SJ
[...]