Re: [PATCH 05/27] mm, vmscan: Move LRU lists to node

From: Johannes Weiner
Date: Tue Feb 23 2016 - 13:42:14 EST


On Tue, Feb 23, 2016 at 03:04:28PM +0000, Mel Gorman wrote:
> This moves the LRU lists from the zone to the node and all related data
> such as counters, tracing, congestion tracking and writeback tracking.
> This is mostly a mechanical patch but note that it introduces a number
> of anomalies. For example, the scans are per-zone but using per-node
> counters. We also mark a node as congested when a zone is congested. This
> causes weird problems that are fixed later but is easier to review.
>
> Signed-off-by: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx>

Same rules apply as in the previous patch. Looks good, FWIW.

Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx>