Re: [PATCH 23/34] mm: convert zone_reclaim to node_reclaim
From: Johannes Weiner <hannes@cmpxchg.org>
Date: 2016-07-12 17:28:57
Also in:
lkml
From: Johannes Weiner <hannes@cmpxchg.org>
Date: 2016-07-12 17:28:57
Also in:
lkml
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 <redacted> Acked-by: Vlastimil Babka <redacted>
Acked-by: Johannes Weiner <hannes@cmpxchg.org> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>