]> www.infradead.org Git - users/hch/block.git/commit
ubd: pass queue_limits to blk_mq_alloc_disk
authorChristoph Hellwig <hch@lst.de>
Thu, 6 Jul 2023 18:25:12 +0000 (11:25 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 13 Feb 2024 17:28:17 +0000 (18:28 +0100)
commit370748dfa1501382ea12b55017aeab1fa69cfb78
tree88ee9b6added16581c94fcb31e8e61ac9a198935
parent473516b361936cbc27d7728df649a5b3094b6170
ubd: pass queue_limits to blk_mq_alloc_disk

Pass the few limits ubd imposes directly to blk_mq_alloc_disk instead
of setting them one at a time.

Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/um/drivers/ubd_kern.c