Re: [PATCH 23/34] mm: convert zone_reclaim to node_reclaim

From: Johannes Weiner
Date: Tue Jul 12 2016 - 13:28:59 EST


On Fri, Jul 08, 2016 at 10:34:59AM +0100, Mel Gorman wrote:
> As reclaim is now per-node based, convert zone_reclaim to be node_reclaim.
> It is possible that a node will be reclaimed multiple times if it has
> multiple zones but this is unavoidable without caching all nodes traversed
> so far. The documentation and interface to userspace is the same from a
> configuration perspective and will will be similar in behaviour unless the
> node-local allocation requests were also limited to lower zones.
>
> Signed-off-by: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx>
> Acked-by: Vlastimil Babka <vbabka@xxxxxxx>

Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx>