]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 26 May 2016 22:43:53 +0000 (15:43 -0700)
commit2025e4cd6f3211dec133ac03aa61ea94295d42a9
treed572f6e18f4993d5fdf52d349cdf303a201317de
parent47b3fbab026453392951618b60488732913f336a
virtio_ballon: change stub of release_pages_by_pfn

Orabug: 23330626

[ Upstream commit b4d34037329f46ed818d3b0a6e1e23b9c8721f79 ]

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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
(cherry picked from commit 7daaedba8fa87ade25763e15e5218c66558634c3)

Signed-off-by: Dan Duval <dan.duval@oracle.com>
drivers/virtio/virtio_balloon.c