]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
VMware balloon: Update balloon target on each lock/unlock.
authorXavier Deguillard <xdeguillard@vmware.com>
Thu, 6 Aug 2015 22:17:59 +0000 (15:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 11:59:11 +0000 (12:59 +0100)
commit4670de4d7fe9532c8c7c7fe2d0c297b319086854
tree217af3de4d9f3e39d97e711517663b548c355d95
parentf220a80f0c2e790e445ee6b7d90759292b4c3a66
VMware balloon: Update balloon target on each lock/unlock.

Instead of waiting for the next GET_TARGET command, we can react faster
by exploiting the fact that each hypervisor call also returns the
balloon target.

Signed-off-by: Xavier Deguillard <xdeguillard@vmware.com>
Acked-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: Philip P. Moltmann <moltmann@vmware.com>
Acked-by: Andy King <acking@vmware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/vmw_balloon.c