diff options
author | 2021-09-20 14:33:21 +0200 | |
---|---|---|
committer | 2021-10-18 06:17:01 -0600 | |
commit | 713e4e11088875bf7aee3df81b167c8b2f6c5d65 (patch) | |
tree | badfee844c4d4803992edf2e5d1207222c76f71f | |
parent | block: remove the unused blk_queue_state enum (diff) | |
download | wireguard-linux-713e4e11088875bf7aee3df81b167c8b2f6c5d65.tar.xz wireguard-linux-713e4e11088875bf7aee3df81b167c8b2f6c5d65.zip |
block: remove the cmd_size field from struct request_queue
Entirely unused.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20210920123328.1399408-11-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 9e367509bea1..6737e484280d 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -544,8 +544,6 @@ struct request_queue { bool mq_sysfs_init_done; - size_t cmd_size; - #define BLK_MAX_WRITE_HINTS 5 u64 write_hints[BLK_MAX_WRITE_HINTS]; }; |