commit | b4d34037329f46ed818d3b0a6e1e23b9c8721f79 | [log] [tgz] |
---|---|---|
author | Denis V. Lunev <den@openvz.org> | Thu Aug 20 00:49:48 2015 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Sep 08 13:31:51 2015 +0300 |
tree | ee97d1dea46612b4b7fbec23d45e94565b4f6876 | |
parent | 5fa3142da14b162f30e4781ff17e1926c47f28fb [diff] |
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>