commit | 46c4e16a8625f7afdd8eee1ac8c3b3e592cba974 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Thu Feb 18 18:29:37 2021 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Feb 18 13:13:18 2021 -0700 |
tree | 46e01da6f560bc23aec571ffbc045150278b2529 | |
parent | fe1cdd558619546f76643878e7aa521c32d52131 [diff] |
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>