diff options
author | Christoph Hellwig <hch@lst.de> | 2020-07-20 09:12:51 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-07-21 00:38:52 +0300 |
commit | b9b1a5d71533f2ccd54b810dffdcf0789b30ba9b (patch) | |
tree | e90df8b2623306a384bc2fde57924ab95cd36553 /include/linux/blkdev.h | |
parent | 9efa82ef2b15d1757dd6cc518988a4506554e893 (diff) | |
download | linux-b9b1a5d71533f2ccd54b810dffdcf0789b30ba9b.tar.xz |
block: remove blk_queue_stack_limits
This function is just a tiny wrapper around blk_stack_limits. Open code
it int the two callers.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com>
Tested-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 54b963109e64..bbdd3cf62038 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -1141,7 +1141,6 @@ extern int blk_stack_limits(struct queue_limits *t, struct queue_limits *b, sector_t offset); extern void disk_stack_limits(struct gendisk *disk, struct block_device *bdev, sector_t offset); -extern void blk_queue_stack_limits(struct request_queue *t, struct request_queue *b); extern void blk_queue_update_dma_pad(struct request_queue *, unsigned int); extern void blk_queue_segment_boundary(struct request_queue *, unsigned long); extern void blk_queue_virt_boundary(struct request_queue *, unsigned long); |