Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information