]> www.infradead.org Git - users/hch/block.git/commit
brd: pass queue_limits to blk_mq_alloc_disk
authorChristoph Hellwig <hch@lst.de>
Wed, 14 Feb 2024 06:13:50 +0000 (07:13 +0100)
committerChristoph Hellwig <hch@lst.de>
Wed, 14 Feb 2024 06:19:37 +0000 (07:19 +0100)
commit1f1fe98b57cfe65295214f0b029a98ba4c101aaf
treee5771eb8cada5234770c8a30a437008743990067
parent12aa504fc64554d0301263ad39895ccca7e3e300
brd: 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/brd.c