]> www.infradead.org Git - users/hch/block.git/commit
ublk: pass queue_limits to blk_mq_alloc_disk
authorChristoph Hellwig <hch@lst.de>
Sun, 24 Dec 2023 12:04:04 +0000 (13:04 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 13 Feb 2024 17:28:22 +0000 (18:28 +0100)
commit7b4aa6d004691e82e0bbd7079f375df04378ecc0
tree53789b4dde4de33f894813170ea48e2f77cff7ae
parent4c89c02e3f25219ac277885f09cdd7c22153a2fe
ublk: pass queue_limits to blk_mq_alloc_disk

Pass the limits ublk 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/ublk_drv.c