From: Balbir Singh Date: Thu, 22 Apr 2010 02:52:34 +0000 (+0930) Subject: virtio: Fix GFP flags passed from the virtio balloon driver X-Git-Tag: v2.6.34-rc6~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61fb06cc8e68906fb29d67bd5b6c2d50a95fc9e5;p=pandora-kernel.git virtio: Fix GFP flags passed from the virtio balloon driver The virtio balloon driver can dig into the reservation pools of the OS to satisfy a balloon request. This is not advisable and other balloon drivers (drivers/xen/balloon.c) avoid this as well. The patch also adds changes to avoid printing a warning if allocation fails, since we retry after sometime anyway. Signed-off-by: Balbir Singh Signed-off-by: Rusty Russell Cc: kvm Cc: stable@kernel.org Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed