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)
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

Simple merge