[PATCH 12/27] mm: vmscan: Do not reclaim from kswapd if there is any eligible zone

2016-02-23 Thread Mel Gorman
kswapd scans from highest to lowest for a zone that requires balancing. This was necessary when reclaim was per-zone to fairly age pages on lower zones. Now that we are reclaiming on a per-node basis, any eligible zone can be used and pages will still be aged fairly. This patch avoids reclaiming ex

[PATCH 12/27] mm: vmscan: Do not reclaim from kswapd if there is any eligible zone

2016-02-23 Thread Mel Gorman
kswapd scans from highest to lowest for a zone that requires balancing. This was necessary when reclaim was per-zone to fairly age pages on lower zones. Now that we are reclaiming on a per-node basis, any eligible zone can be used and pages will still be aged fairly. This patch avoids reclaiming ex