]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memory_hotplug: use pgdat_resize_lock() in __offline_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)
commit584e95067716958887a642d2e5e16ffd82c63d8f
tree0d606bdee3a1233d4d1d2c27a72997fb0a83d563
parent89df3aadefc23488535f1053a0367b80af7b8690
memory_hotplug: use pgdat_resize_lock() in __offline_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 __offline_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