From: Roger Pau Monne Date: Thu, 14 Feb 2013 10:12:09 +0000 (+0100) Subject: xen-blkback: use balloon pages for persistent grants X-Git-Tag: v3.9-rc1~43^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=087ffecdaa1875cc683a7a5bc0695b3ebfce3bad;p=pandora-kernel.git xen-blkback: use balloon pages for persistent grants With current persistent grants implementation we are not freeing the persistent grants after we disconnect the device. Since grant map operations change the mfn of the allocated page, and we can no longer pass it to __free_page without setting the mfn to a sane value, use balloon grant pages instead, as the gntdev device does. Signed-off-by: Roger Pau Monné Cc: stable@vger.kernel.org Cc: Konrad Rzeszutek Wilk Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed