io_uring: don't pass state to io_submit_state_end
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 24 Sep 2021 20:59:55 +0000 (21:59 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Oct 2021 11:49:53 +0000 (05:49 -0600)
commit553deffd0920fc52e8c91e7f8a42d1186a75760a
tree4c9a6a9e7dca86a3586d23dfc9a8d43194b21b04
parent1cce17aca621c38c657410dc278a48cda982dd2e
io_uring: don't pass state to io_submit_state_end

Submission state and ctx and coupled together, no need to passs

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/e22d77a5786ef77e0c49b933ad74bae55cfb6ca6.1632516769.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c