From: chai wen Date: Mon, 14 Oct 2013 14:22:33 +0000 (+0800) Subject: KVM: Drop FOLL_GET in GUP when doing async page fault X-Git-Tag: v3.13-rc1~80^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e106692d5189303997ad7b96de8d8123aa5613;p=pandora-kernel.git KVM: Drop FOLL_GET in GUP when doing async page fault Page pinning is not mandatory in kvm async page fault processing since after async page fault event is delivered to a guest it accesses page once again and does its own GUP. Drop the FOLL_GET flag in GUP in async_pf code, and do some simplifying in check/clear processing. Suggested-by: Gleb Natapov Signed-off-by: Gu zheng Signed-off-by: chai wen Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed