]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
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>
Mon, 23 Aug 2021 19:10:32 +0000 (13:10 -0600)
commit8ef12efe26c8e44323011e57753b8c0e87af1582
treedc950ff582e6b1ede6a7331d0860b407af3ee0da
parent89b263f6d56e683ddcf7643140271ef6e36c72b9
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