mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
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: 902ce82c2a
("io_uring: get rid of intermediate aux cqe caches")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
a23800f08a
commit
26b97668e5
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user