Re: [PATCH 3/4] mm/vmscan: make __node_reclaim() more generic
From: Roman Gushchin
Date: Wed Jul 16 2025 - 22:03:33 EST
Davidlohr Bueso <dave@xxxxxxxxxxxx> writes:
> As this will be called from non page allocator paths for
> proactive reclaim, allow users to pass the sc and nr of
> pages, and adjust the return value as well. No change in
> semantics.
>
> Signed-off-by: Davidlohr Bueso <dave@xxxxxxxxxxxx>
Reviewed-by: Roman Gushchin <roman.gushchin@xxxxxxxxx>
Thanks