]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commit
xen/balloon: Fix return value interpretation for XENMEM_get_pod_target
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 30 Mar 2010 17:28:34 +0000 (18:28 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 30 Mar 2010 17:28:34 +0000 (18:28 +0100)
commitbb0f3f79e8caec55bc9fae3d37b7180266becdb6
tree94b394de0fb8e4aa56f3b0f7bfed67f89a91da6c
parent570a79a9a8516e836cbe0d565f2cf23773539875
xen/balloon: Fix return value interpretation for XENMEM_get_pod_target

Unfortunately c/s 989 didn't consider what I would call a quirk in
pre-3.4 Xen, resulting in XENMEM_get_pod_target calls to not return
-ENOSYS as one would normally expect.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
drivers/xen/balloon/balloon.c