]> www.infradead.org Git - users/hch/block.git/commit
scm_blk: pass queue_limits to blk_mq_alloc_disk
authorChristoph Hellwig <hch@lst.de>
Thu, 6 Jul 2023 18:55:57 +0000 (11:55 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 13 Feb 2024 17:28:22 +0000 (18:28 +0100)
commit4c89c02e3f25219ac277885f09cdd7c22153a2fe
treefa296276a3dee5f60fd073d12c5135eadbaab063
parentb6f106cd6375b7d03afc22b76b68df5a167856ed
scm_blk: pass queue_limits to blk_mq_alloc_disk

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

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/s390/block/scm_blk.c