io_uring: remove 'sqe' parameter to the OP helpers that take it
authorJens Axboe <axboe@kernel.dk>
Tue, 10 Dec 2019 21:38:45 +0000 (14:38 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 18 Dec 2019 02:57:20 +0000 (19:57 -0700)
commitfc4df999e24fc3006441acd4ce6250e6a76ac851
tree3f428262610bf7787a4d97cffaddab8dda4c40af
parentb7bb4f7da0a1a92f142697f1c9ce335e7a44f4b1
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>
fs/io_uring.c