]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitebd847b84d399d955b0890d3ad7354dfec47d952
tree0a67066ccbe5404fac2cfca4d3fcf326e2edc845
parente33c61bb336141be1d352e6f9da3f3e952ea8b30
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