File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ static enum rq_end_io_ret nvme_uring_cmd_end_io(struct request *req,
521
521
if (cookie != NULL && blk_rq_is_poll (req ))
522
522
nvme_uring_task_cb (ioucmd , IO_URING_F_UNLOCKED );
523
523
else
524
- io_uring_cmd_complete_in_task (ioucmd , nvme_uring_task_cb );
524
+ io_uring_cmd_do_in_task_lazy (ioucmd , nvme_uring_task_cb );
525
525
526
526
return RQ_END_IO_FREE ;
527
527
}
@@ -543,7 +543,7 @@ static enum rq_end_io_ret nvme_uring_cmd_end_io_meta(struct request *req,
543
543
if (cookie != NULL && blk_rq_is_poll (req ))
544
544
nvme_uring_task_meta_cb (ioucmd , IO_URING_F_UNLOCKED );
545
545
else
546
- io_uring_cmd_complete_in_task (ioucmd , nvme_uring_task_meta_cb );
546
+ io_uring_cmd_do_in_task_lazy (ioucmd , nvme_uring_task_meta_cb );
547
547
548
548
return RQ_END_IO_NONE ;
549
549
}
You can’t perform that action at this time.
0 commit comments