]> git.baikalelectronics.ru Git - kernel.git/commit
Drivers: hv: balloon: Fix info request to show max page count
authorAlex Ng <alexng@messages.microsoft.com>
Sun, 6 Nov 2016 21:14:12 +0000 (13:14 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Nov 2016 09:01:17 +0000 (10:01 +0100)
commit894eca92b5ae3932358cddd71174977408698a41
treea4974a34951f6127b5038cb59b76384dd3c45ee9
parent2e0b96d14df546ec2e05258b8f45a14c5386cb20
Drivers: hv: balloon: Fix info request to show max page count

Balloon driver was only printing the size of the info blob and not the
actual content. This fixes it so that the info blob (max page count as
configured in Hyper-V) is printed out.

Signed-off-by: Alex Ng <alexng@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/hv_balloon.c