From: Daniel De Graaf Date: Wed, 9 Mar 2011 23:07:34 +0000 (-0500) Subject: xen-gntdev: Use ballooned pages for grant mappings X-Git-Tag: v2.6.39-rc1~439^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca47ceaa2c407bbddd395c1807b616042365bd65;p=pandora-kernel.git xen-gntdev: Use ballooned pages for grant mappings Grant mappings cause the PFN<->MFN mapping to be lost on the pages used for the mapping. Instead of leaking memory, use pages that have already been ballooned out and so have no valid mapping. This removes the need for the bad-page leak workaround as pages are repopulated by the balloon driver. Acked-by: Ian Campbell Signed-off-by: Daniel De Graaf Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed