Commit 26b97668 authored by Jens Axboe's avatar Jens Axboe

io_uring: remove dead struct io_submit_state member

When the intermediate CQE aux cache got removed, any usage of the this
member went away. As it isn't used anymore, kill it.

Fixes: 902ce82c ("io_uring: get rid of intermediate aux cqe caches")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent a23800f0
......@@ -207,7 +207,6 @@ struct io_submit_state {
bool need_plug;
bool cq_flush;
unsigned short submit_nr;
unsigned int cqes_count;
struct blk_plug plug;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment