]> www.infradead.org Git - users/hch/block.git/commit
rbd: pass queue_limits to blk_mq_alloc_disk
authorChristoph Hellwig <hch@lst.de>
Thu, 6 Jul 2023 18:39:45 +0000 (11:39 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 13 Feb 2024 17:28:19 +0000 (18:28 +0100)
commitce6f9c58cf249c06c31c91935b3345eaae7637cd
treed7ad9c1948c5ddb3dfb45c307bf0e0f07a02d377
parentf9a768494b120ffb92c96ed61b0c5dbc0811ab8e
rbd: pass queue_limits to blk_mq_alloc_disk

Pass the limits rbd imposes directly to blk_mq_alloc_disk instead
of setting them one at a time.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/block/rbd.c