]> Git Repo - linux.git/commit
memory_hotplug: check for walk_memory_resource() failure in online_pages()
authorGeoff Levand <[email protected]>
Wed, 14 May 2008 23:05:50 +0000 (16:05 -0700)
committerLinus Torvalds <[email protected]>
Thu, 15 May 2008 02:11:14 +0000 (19:11 -0700)
commitfd8a4221ad76df700ff34875c9fbc42302aa4ba3
tree4f37586cef40dca7cc8b630e85965a698e3aa1be
parent3fc957721d18c93662f7d4dab455b80f53dd2641
memory_hotplug: check for walk_memory_resource() failure in online_pages()

Add a check to online_pages() to test for failure of
walk_memory_resource().  This fixes a condition where a failure
of walk_memory_resource() can lead to online_pages() returning
success without the requested pages being onlined.

Signed-off-by: Geoff Levand <[email protected]>
Cc: Yasunori Goto <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Keith Mannthey <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Paul Jackson <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/memory_hotplug.c
This page took 0.051514 seconds and 4 git commands to generate.