]> www.infradead.org Git - users/hch/block.git/commit
ms_block: pass queue_limits to blk_mq_alloc_disk
authorChristoph Hellwig <hch@lst.de>
Thu, 6 Jul 2023 18:50:20 +0000 (11:50 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 13 Feb 2024 17:28:20 +0000 (18:28 +0100)
commit658af68d03cc876f1ff6ddfe29481dc62265274f
treea9adc4c3ffbaddfc0331c3d6d7b3cb988dd9f9fc
parentd58ae17c4401fe4fb61733d2e549c850835d2a77
ms_block: pass queue_limits to blk_mq_alloc_disk

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

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/memstick/core/ms_block.c