KVM: Don't call get_user_pages(.force = 1)
authorAvi Kivity <avi@qumranet.com>
Tue, 26 Aug 2008 14:31:31 +0000 (17:31 +0300)
committerAvi Kivity <avi@qumranet.com>
Wed, 15 Oct 2008 08:15:23 +0000 (10:15 +0200)
commitd657c7335b97d746aa6123c56504b46c20e37df3
tree52f6140cd6fa33cfab06ad867f640a023151907d
parentacee3c04e8208c17aad1baff99baa68d71640a19
KVM: Don't call get_user_pages(.force = 1)

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 <avi@qumranet.com>
virt/kvm/kvm_main.c