From: Xavier Deguillard Date: Fri, 12 Jun 2015 18:43:22 +0000 (-0700) Subject: VMware balloon: partially inline vmballoon_reserve_page. X-Git-Tag: omap-for-v4.3/fixes-merge-window~46^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef0f8f1129844cab9b0fb14aab0d7d7598d81103;p=pandora-kernel.git VMware balloon: partially inline vmballoon_reserve_page. This split the function in two: the allocation part is inlined into the inflate function and the lock part is kept into his own function. This change is needed in order to be able to allocate more than one page before doing the hypervisor call. Signed-off-by: Xavier Deguillard Acked-by: Dmitry Torokhov Signed-off-by: Philip P. Moltmann Acked-by: Andy King Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed