]> 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)
commit9528e530323ef320b2002c08b1c1ea682913b0e3
tree3f428262610bf7787a4d97cffaddab8dda4c40af
parent4c7160a4f0caf53f497361a6e913f2b71cb0ef11
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