]> git.baikalelectronics.ru Git - kernel.git/commit
memory_hotplug: use pgdat_resize_lock() in __offline_pages()
authorCody P Schafer <cody@linux.vnet.ibm.com>
Wed, 3 Jul 2013 22:02:11 +0000 (15:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:29 +0000 (16:07 -0700)
commit035a6d43891f3380562990114ceb0a937ab435cb
tree4c731abe0557a0749c38c14da77720f61544137a
parentfc53b7cfc59b217af5e67695be9b6b10c3b70a28
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().

[akpm@linux-foundation.org: fix build]
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory_hotplug.c