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>
Thu, 12 Aug 2021 17:23:01 +0000 (11:23 -0600)
commitcfee77f8ca0d8e70e59dae0b22db93c4c65b4680
treefc0d6ab1b4d3c095fb2b367c6d422d454a557e7e
parent48ecb6369f1f290ab3ff7412d14074b83123634b
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