]> www.infradead.org Git - users/hch/block.git/commit
zram: pass queue_limits to blk_mq_alloc_disk
authorChristoph Hellwig <hch@lst.de>
Wed, 14 Feb 2024 06:14:30 +0000 (07:14 +0100)
committerChristoph Hellwig <hch@lst.de>
Wed, 14 Feb 2024 06:20:14 +0000 (07:20 +0100)
commite6c4a121d0231b67cebff07d37efd59b6ec951ba
treecbf9ebfeb0ddd7160f64d3c04dc19915d66937dc
parent004b1eba82ff523344ff77e08a7965e82eb994c0
zram: 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/zram/zram_drv.c