]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5881eb388a846141880e1ecdeb1d6e3953ed4c41
tree3f428262610bf7787a4d97cffaddab8dda4c40af
parent1c766ab7465c39092986976657d61f1d3972abcd
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