]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/gntdev: do not set VM_PFNMAP
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 3 Apr 2012 17:05:47 +0000 (18:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Apr 2012 17:16:35 +0000 (10:16 -0700)
commitf03ee5fccf5b1696f355ee978aec00e638dc9bd7
tree5d00aaba017d6be17730349d34ed4ca795467169
parentc7e005991b0d85e22177eb7b3dac84054555cac3
xen/gntdev: do not set VM_PFNMAP

commit e8e937be971d706061dc56220ff3605ab77622a7 upstream.

Since we are using the m2p_override we do have struct pages
corresponding to the user vma mmap'ed by gntdev.

Removing the VM_PFNMAP flag makes get_user_pages work on that vma.
An example test case would be using a Xen userspace block backend
(QDISK) on a file on NFS using O_DIRECT.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/xen/gntdev.c