diff --git a/virt/kvm/async_pf.c b/virt/kvm/async_pf.c index 0ced4f31bc65d97ea3a298ec78ee094d86f63646..62f4223f4c9ec4eccfcbe901b06cd2124ed281f1 100644 --- a/virt/kvm/async_pf.c +++ b/virt/kvm/async_pf.c @@ -81,7 +81,7 @@ static void async_pf_execute(struct work_struct *work) might_sleep(); down_read(&mm->mmap_sem); - get_user_pages(current, mm, addr, 1, 1, 0, NULL, NULL); + get_user_pages(NULL, mm, addr, 1, 1, 0, NULL, NULL); up_read(&mm->mmap_sem); kvm_async_page_present_sync(vcpu, apf);