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>
Wed, 11 Aug 2021 22:35:58 +0000 (16:35 -0600)
commita9ee41bff8dac2e657811d1df61525ebff00b7b5
tree730c827055a4e0c5c279a54dc0bf4cc1a17fed49
parentcc5f61154be8f6f93c225d0ac5286b1d3e7a304f
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