]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - virt/kvm/async_pf.c
mm/gup: remove task_struct pointer for all gup code
[mirror_ubuntu-hirsute-kernel.git] / virt / kvm / async_pf.c
index 390f758d5a2717a5a31cccaeb361ec49b5e80b5e..dd777688d14a926debd4ccc8c998c6995697a03a 100644 (file)
@@ -61,7 +61,7 @@ static void async_pf_execute(struct work_struct *work)
         * access remotely.
         */
        mmap_read_lock(mm);
-       get_user_pages_remote(NULL, mm, addr, 1, FOLL_WRITE, NULL, NULL,
+       get_user_pages_remote(mm, addr, 1, FOLL_WRITE, NULL, NULL,
                        &locked);
        if (locked)
                mmap_read_unlock(mm);