Skip to content
Commit fc4df999 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: remove 'sqe' parameter to the OP helpers that take it



We pass in req->sqe for all of them, no need to pass it in as the
request is always passed in. This is a necessary prep patch to be
able to cleanup/fix the request prep path.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent b7bb4f7d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment