io_uring: run regular file completions from task_work
authorJens Axboe <axboe@kernel.dk>
Tue, 10 Aug 2021 21:15:25 +0000 (15:15 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 12 Aug 2021 17:23:02 +0000 (11:23 -0600)
commit46989efacb1c21c60537790244947703814be641
treebaa673db7cc1220415f5d037cb33d8afa6cf45b1
parentcfee77f8ca0d8e70e59dae0b22db93c4c65b4680
io_uring: run regular file completions 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