io_uring: run linked timeouts from task_work
authorJens Axboe <axboe@kernel.dk>
Tue, 10 Aug 2021 21:14:18 +0000 (15:14 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Aug 2021 19:10:32 +0000 (13:10 -0600)
commit89b263f6d56e683ddcf7643140271ef6e36c72b9
treeb2cf9d3aea935ccb7140508adc7f3e25d8f7d448
parent89850fce16a1a75caacca77cfa0c829aeea4f886
io_uring: run linked timeouts from task_work

This is in preparation to making the completion lock work outside of
hard/soft IRQ context.

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