]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/io_uring.c
io_uring: remove any grabbing of context
authorJens Axboe <axboe@kernel.dk>
Mon, 15 Feb 2021 20:32:18 +0000 (13:32 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 22 Feb 2021 00:25:22 +0000 (17:25 -0700)
commit44526bedc2ff8fcd58552e3c5bae928524b6f13c
tree0e6c152461653a9b9d8fca8393f0ec4748580597
parentc6d77d92b7e53b24e8e74a58e6ef2056385cc780
io_uring: remove any grabbing of context

The async workers are siblings of the task itself, so by definition we
have all the state that we need. Remove any of the state grabbing that
we have, and requests flagging what they need.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.h
fs/io_uring.c