]> www.infradead.org Git - users/hch/block.git/commit
nbd: pass queue_limits to blk_mq_alloc_disk
authorChristoph Hellwig <hch@lst.de>
Thu, 28 Dec 2023 18:07:34 +0000 (18:07 +0000)
committerChristoph Hellwig <hch@lst.de>
Tue, 13 Feb 2024 17:28:19 +0000 (18:28 +0100)
commit86325c77bddf56185669101b1f97db9c2295ecd7
tree1676f8d78d6c205219d841c870742748d3f6f964
parent27e2d4c514cea7bcc5aca6e878d538af3fdd079c
nbd: pass queue_limits to blk_mq_alloc_disk

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