]> www.infradead.org Git - users/hch/block.git/commit
ubiblock: pass queue_limits to blk_mq_alloc_disk
authorChristoph Hellwig <hch@lst.de>
Thu, 6 Jul 2023 18:54:29 +0000 (11:54 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 13 Feb 2024 17:28:21 +0000 (18:28 +0100)
commitb6f106cd6375b7d03afc22b76b68df5a167856ed
tree95cc45da9ade879ffe6bc83033d57db2f8f248e5
parentc38cf3eb1ccdbf2dfdb6aa0ced6aec92124f1a45
ubiblock: pass queue_limits to blk_mq_alloc_disk

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

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