io_uring: use new io_req_task_work_add() helper throughout
authorJens Axboe <axboe@kernel.dk>
Wed, 1 Jul 2020 21:37:11 +0000 (15:37 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 5 Jul 2020 21:07:31 +0000 (15:07 -0600)
commitc2c4c83c58cbca23527fee93b49738a5a84272a1
tree0a67066ccbe5404fac2cfca4d3fcf326e2edc845
parent4c6e277c4cc4a6b3b2b9c66a7b014787ae757cc1
io_uring: use new io_req_task_work_add() helper throughout

Since we now have that in the 5.9 branch, convert the existing users of
task_work_add() to use this new helper.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c