From: Avi Kivity Date: Thu, 6 Aug 2009 17:39:45 +0000 (-0300) Subject: KVM: Don't call get_user_pages(.force = 1) X-Git-Tag: v2.6.27.32~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b52d454ea2217f9422aee3847aa4678e93fa9e0;p=pandora-kernel.git KVM: Don't call get_user_pages(.force = 1) (cherry picked from commit d657c7335b97d746aa6123c56504b46c20e37df3) This is esoteric and only needed to break COW on MAP_SHARED mappings. Since KVM no longer does these sorts of mappings, breaking COW on them is no longer necessary. Signed-off-by: Avi Kivity Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed