virtio_ballon: change stub of release_pages_by_pfn
authorDenis V. Lunev <den@openvz.org>
Wed, 19 Aug 2015 21:49:48 +0000 (00:49 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 8 Sep 2015 10:31:51 +0000 (13:31 +0300)
commitb4d34037329f46ed818d3b0a6e1e23b9c8721f79
treeee97d1dea46612b4b7fbec23d45e94565b4f6876
parent5fa3142da14b162f30e4781ff17e1926c47f28fb
virtio_ballon: change stub of release_pages_by_pfn

and rename it to release_pages_balloon. The function originally takes
arrays of pfns and now it takes pointer to struct virtio_ballon.
This change is necessary to conditionally call adjust_managed_page_count
in the next patch.

Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_balloon.c