Signed-off-by: Cody P Schafer <cody@xxxxxxxxxxxxxxxxxx> --- mm/memory_hotplug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index b81a367b..102c06a 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c @@ -984,6 +984,7 @@ int __ref online_pages(unsigned long pfn, unsigned long nr_pages, int online_typ zone->managed_pages += onlined_pages; zone->present_pages += onlined_pages; + /* FIXME: should be protected by pgdat_resize_lock() */ zone->zone_pgdat->node_present_pages += onlined_pages; if (onlined_pages) { node_states_set_node(zone_to_nid(zone), &arg); -- 1.8.1.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>