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>
Fri, 19 Feb 2021 17:02:35 +0000 (10:02 -0700)
commita8b340b6c7131e7f31d56810ada056522b356f72
tree2909345b79506334c22e08b1ec2c215e7ad2feb3
parent7721dd953991ec67ebe46ca37ae5bc603467bead
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