Re: [PATCH 1/3] mm, vmscan: Remove redundant check in shrink_zones()

2016-07-18 Thread Minchan Kim
On Mon, Jul 18, 2016 at 03:50:24PM +0100, Mel Gorman wrote: > As pointed out by Minchan Kim, shrink_zones() checks for populated > zones in a zonelist but a zonelist can never contain unpopulated > zones. While it's not related to the node-lru series, it can be > cleaned up now. > > Suggested-by:

Re: [PATCH 1/3] mm, vmscan: Remove redundant check in shrink_zones()

2016-07-18 Thread Johannes Weiner
On Mon, Jul 18, 2016 at 03:50:24PM +0100, Mel Gorman wrote: > As pointed out by Minchan Kim, shrink_zones() checks for populated > zones in a zonelist but a zonelist can never contain unpopulated > zones. While it's not related to the node-lru series, it can be > cleaned up now. > > Suggested-by:

[PATCH 1/3] mm, vmscan: Remove redundant check in shrink_zones()

2016-07-18 Thread Mel Gorman
As pointed out by Minchan Kim, shrink_zones() checks for populated zones in a zonelist but a zonelist can never contain unpopulated zones. While it's not related to the node-lru series, it can be cleaned up now. Suggested-by: Minchan Kim Signed-off-by: Mel Gorman --- mm/vmscan.c | 3 --- 1 file