From: Daniel De Graaf Date: Tue, 8 Feb 2011 14:14:06 +0000 (-0500) Subject: xen-gntdev: Fix unmap notify on PV domains X-Git-Tag: v2.6.39-rc1~439^3~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea22f072fb1b3da4307573c280ce904f0bf1589;p=pandora-kernel.git xen-gntdev: Fix unmap notify on PV domains In paravirtualized guests, the struct page* for mappings is only a placeholder, and cannot be used to access the granted memory. Use the userspace mapping that we have set up in order to implement UNMAP_NOTIFY_CLEAR_BYTE. Signed-off-by: Daniel De Graaf Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed