Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh...
[linux-block.git] / drivers / md / dm-kcopyd.c
index 36bcfdccae0461d6c14e794785c8bf31755719b5..6ea75436a433aa6a48560ce3a6f517f4e9ac8221 100644 (file)
@@ -578,9 +578,9 @@ static int run_io_job(struct kcopyd_job *job)
        io_job_start(job->kc->throttle);
 
        if (job->op == REQ_OP_READ)
-               r = dm_io(&io_req, 1, &job->source, NULL);
+               r = dm_io(&io_req, 1, &job->source, NULL, IOPRIO_DEFAULT);
        else
-               r = dm_io(&io_req, job->num_dests, job->dests, NULL);
+               r = dm_io(&io_req, job->num_dests, job->dests, NULL, IOPRIO_DEFAULT);
 
        return r;
 }