From: Luiz Capitulino Date: Thu, 5 Dec 2013 02:34:10 +0000 (+1030) Subject: virtio_balloon: update_balloon_size(): update correct field X-Git-Tag: v3.13-rc6~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3459f11a8b16f40f9cde8e4281c2d5dd2ff1a732;p=pandora-kernel.git virtio_balloon: update_balloon_size(): update correct field According to the virtio spec, the device configuration field that should be updated after an inflation or deflation operation is the 'actual' field, not the 'num_pages' one. Commit 855e0c5288177bcb193f6f6316952d2490478e1c swapped them in update_balloon_size(). Fix it. Signed-off-by: Luiz Capitulino Signed-off-by: Rusty Russell Fixes: 855e0c5288177bcb193f6f6316952d2490478e1c --- Reading git-diff-tree failed