block: remove the cmd_size field from struct request_queue
authorChristoph Hellwig <hch@lst.de>
Mon, 20 Sep 2021 12:33:21 +0000 (14:33 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Oct 2021 12:17:01 +0000 (06:17 -0600)
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>
include/linux/blkdev.h

index 9e36750..6737e48 100644 (file)
@@ -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];
 };