Re: [PATCH 10/31] mm, vmscan: remove duplicate logic clearing node congestion and dirty state

From: Hillf Danton
Date: Mon Jul 04 2016 - 23:52:14 EST


>
> Reclaim may stall if there is too much dirty or congested data on a node.
> This was previously based on zone flags and the logic for clearing the
> flags is in two places. As congestion/dirty tracking is now tracked on a
> per-node basis, we can remove some duplicate logic.
>
> Signed-off-by: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx>
> ---
Acked-by: Hillf Danton <hillf.zj@xxxxxxxxxxxxxxx>

> mm/vmscan.c | 24 ++++++++++++------------
> 1 file changed, 12 insertions(+), 12 deletions(-)
>