diff options
author | Christoph Hellwig <[email protected]> | 2021-09-20 14:33:21 +0200 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2021-10-18 06:17:01 -0600 |
commit | 713e4e11088875bf7aee3df81b167c8b2f6c5d65 (patch) | |
tree | badfee844c4d4803992edf2e5d1207222c76f71f | |
parent | 90138237a56282f99d71130ab7c68903a2eba5a7 (diff) |
block: remove the cmd_size field from struct request_queue
Entirely unused.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
-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]; }; |