]> www.infradead.org Git - users/dwmw2/linux.git/commit
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)
commit26b97668e5339434e5df8ddc7b1898a37a350112
tree1f85cd582a47d2ed90835d59f8a16531d897063d
parenta23800f08a60787dfbf2b87b2e6ed411cb629859
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: 902ce82c2aa1 ("io_uring: get rid of intermediate aux cqe caches")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h