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>
Wed, 11 Aug 2021 22:35:58 +0000 (16:35 -0600)
commitcc5f61154be8f6f93c225d0ac5286b1d3e7a304f
tree6342d468c83e9a3c45891875a4a091695c4a9172
parent5685ec17c5847d14d8a830c0ee3b7bf78b351f9d
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