]> www.infradead.org Git - users/hch/block.git/commit
mtip: pass queue_limits to blk_mq_alloc_disk
authorChristoph Hellwig <hch@lst.de>
Thu, 6 Jul 2023 18:32:01 +0000 (11:32 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 13 Feb 2024 17:28:18 +0000 (18:28 +0100)
commit27e2d4c514cea7bcc5aca6e878d538af3fdd079c
tree38cba9fe7d7272ef9c56a647a17a0702c60463fe
parente5859a8e9faf9e99f3990f58581997a6d35b4ea2
mtip: pass queue_limits to blk_mq_alloc_disk

Pass the few limits mtip imposes directly to blk_mq_alloc_disk instead
of setting them one at a time and drop the pointless setting of a io_min
that is equal to the physical block size.

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