]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memory_hotplug: use pgdat_resize_lock() in online_pages()
authorCody P Schafer <cody@linux.vnet.ibm.com>
Thu, 23 May 2013 00:37:20 +0000 (10:37 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 27 May 2013 06:09:06 +0000 (16:09 +1000)
commit89df3aadefc23488535f1053a0367b80af7b8690
tree93c9046a08e8b1a5221014c4675f78f03dad7ab8
parent49735c286dfe634fe359e25948106a6f518c624b
memory_hotplug: use pgdat_resize_lock() in online_pages()

mmzone.h documents node_size_lock (which pgdat_resize_lock() locks) as
follows:

        * Must be held any time you expect node_start_pfn, node_present_pages
        * or node_spanned_pages stay constant.  [...]

So actually hold it when we update node_present_pages in online_pages().

Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory_hotplug.c