commit | fc4df999e24fc3006441acd4ce6250e6a76ac851 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Dec 10 14:38:45 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 17 19:57:20 2019 -0700 |
tree | 3f428262610bf7787a4d97cffaddab8dda4c40af | |
parent | b7bb4f7da0a1a92f142697f1c9ce335e7a44f4b1 [diff] |
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: Jens Axboe <axboe@kernel.dk>