]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
io_uring: remove dead struct io_submit_state member
authorJens Axboe <axboe@kernel.dk>
Mon, 24 Jun 2024 19:47:22 +0000 (13:47 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 25 Jun 2024 01:46:10 +0000 (19:46 -0600)
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: 902ce82c2aa1 ("io_uring: get rid of intermediate aux cqe caches")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h

index b48570eaa4497f5447839be089c8190a102f225d..7abdc09271245ff7de3fb9a905ca78b7561e37eb 100644 (file)
@@ -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;
 };