From: K. Y. Srinivasan Date: Mon, 15 Jul 2013 05:38:11 +0000 (-0700) Subject: Drivers: hv: balloon: Fix a bug in the hot-add code X-Git-Tag: v3.11-rc3~12^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed07ec93e83ec471d365ce084e43ad90fd205903;p=pandora-kernel.git Drivers: hv: balloon: Fix a bug in the hot-add code As we hot-add 128 MB chunks of memory, we wait to ensure that the memory is onlined before attempting to hot-add the next chunk. If the udev rule for memory hot-add is not executed within the allowed time, we would rollback the state and abort further hot-add. Since the hot-add has succeeded and the only failure is that the memory is not onlined within the allowed time, we should not be rolling back the state. Fix this bug. Signed-off-by: K. Y. Srinivasan Cc: Stable Acked-by: Jason Wang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed