]> www.infradead.org Git - users/hch/block.git/commit
n64cart: pass queue_limits to blk_mq_alloc_disk
authorChristoph Hellwig <hch@lst.de>
Wed, 14 Feb 2024 06:14:04 +0000 (07:14 +0100)
committerChristoph Hellwig <hch@lst.de>
Wed, 14 Feb 2024 06:19:49 +0000 (07:19 +0100)
commit004b1eba82ff523344ff77e08a7965e82eb994c0
treec15aa500de1abe92c74bb863ea91c200eb3d660f
parent1f1fe98b57cfe65295214f0b029a98ba4c101aaf
n64cart: pass queue_limits to blk_mq_alloc_disk

Pass the queue limits directly to blk_alloc_disk instead of setting them
one at a time.

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