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 13:11:44 +0000 (07:11 -0600)
commit903ec64cd71c77f6fbde2e0258651ab6454c81bd
tree776e12a97c74ea2114a007f2025a26c606e18dee
parent76801ae56018d4004b871a16dd5733f49594e1d1
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