diff options
| author | Jens Axboe <axboe@kernel.dk> | 2024-06-24 13:47:22 -0600 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2024-06-24 19:46:10 -0600 |
| commit | 26b97668e5339434e5df8ddc7b1898a37a350112 (patch) | |
| tree | 1f85cd582a47d2ed90835d59f8a16531d897063d /include | |
| parent | io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed (diff) | |
| download | linux-26b97668e5339434e5df8ddc7b1898a37a350112.tar.gz linux-26b97668e5339434e5df8ddc7b1898a37a350112.zip | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/io_uring_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/io_uring_types.h b/include/linux/io_uring_types.h index b48570eaa449..7abdc0927124 100644 --- a/include/linux/io_uring_types.h +++ b/include/linux/io_uring_types.h @@ -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; }; |
