Skip to content

Commit 26b9766

Browse files
committed
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: 902ce82 ("io_uring: get rid of intermediate aux cqe caches") Signed-off-by: Jens Axboe <[email protected]>
1 parent a23800f commit 26b9766

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/io_uring_types.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ struct io_submit_state {
207207
bool need_plug;
208208
bool cq_flush;
209209
unsigned short submit_nr;
210-
unsigned int cqes_count;
211210
struct blk_plug plug;
212211
};
213212

0 commit comments

Comments
 (0)