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

Pass the few limits sunvdc 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/sunvdc.c