From: Xishi Qiu Date: Mon, 8 Oct 2012 23:31:51 +0000 (-0700) Subject: memory-hotplug: build zonelists when offlining pages X-Git-Tag: v3.7-rc1~74^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e8537baacd59e96bbe5f8d3d32feafd11f509fe;p=pandora-kernel.git memory-hotplug: build zonelists when offlining pages online_pages() does build_all_zonelists() and zone_pcp_update(), I think offline_pages() should do it too. When the zone has no memory to allocate, remove it from other nodes' zonelists. zone_batchsize() depends on zone's present pages, if zone's present pages are changed, zone's pcp should be updated. Signed-off-by: Xishi Qiu Cc: Yasuaki Ishimatsu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed