io_uring: kill fictitious submit iteration index
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 18 Feb 2021 18:29:37 +0000 (18:29 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 18 Feb 2021 20:13:18 +0000 (13:13 -0700)
commit46c4e16a8625f7afdd8eee1ac8c3b3e592cba974
tree46e01da6f560bc23aec571ffbc045150278b2529
parentfe1cdd558619546f76643878e7aa521c32d52131
io_uring: kill fictitious submit iteration index

@i and @submitted are very much coupled together, and there is no need
to keep them both. Remove @i, it doesn't change generated binary but
helps to keep a single source of truth.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c