From: Daniel De Graaf Date: Wed, 14 Dec 2011 20:12:11 +0000 (-0500) Subject: xen/grant-table: Support mappings required by blkback X-Git-Tag: v3.3-rc1~129^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d17e84bb8356b1d9f4402dd82a0e270a3d59a4f;p=pandora-kernel.git xen/grant-table: Support mappings required by blkback Add support for mappings without GNTMAP_contains_pte. This was not supported because the unmap operation assumed that this flag was being used; adding a parameter to the unmap operation to allow the PTE clearing to be disabled is sufficient to make unmap capable of supporting either mapping type. Signed-off-by: Daniel De Graaf [v1: Fix cleanpatch warnings] Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed