On Thu, 21 Oct 2010, Christoph Lameter wrote: > Add a field node to struct shrinker that can be used to indicate on which > node the reclaim should occur. The node field also can be set to NUMA_NO_NODE > in which case a reclaim pass over all nodes is desired. > > NUMA_NO_NODE will be used for direct reclaim since reclaim is not specific > there (Some issues are still left since we are not respecting boundaries of > memory policies and cpusets). > > A node will be supplied for kswap and zone reclaim invocations of zone reclaim. > It is also possible then for the shrinker invocation from mm/memory-failure.c > to indicate the node for which caches need to be shrunk. > > After this patch it is possible to make shrinkers node aware by checking > the node field of struct shrinker. If a shrinker does not support per node > reclaim then it can still do global reclaim. > This sets us up for node-targeted shrinking, but nothing is currently using it. Do you have a patch (perhaps from Andi?) that can immediately use it? That would be a compelling reason to merge this. It needs to be rebased anyway since patch 1 had a fixup patch to fold (and the changelog needs to be updated there) that this depends on. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>