]> www.infradead.org Git - users/hch/block.git/commit
ps3disk: pass queue_limits to blk_mq_alloc_disk
authorChristoph Hellwig <hch@lst.de>
Thu, 6 Jul 2023 18:36:35 +0000 (11:36 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 13 Feb 2024 17:28:19 +0000 (18:28 +0100)
commitf9a768494b120ffb92c96ed61b0c5dbc0811ab8e
tree694b917885ec53e0de72e26cdd07a39af2bbefd0
parent86325c77bddf56185669101b1f97db9c2295ecd7
ps3disk: pass queue_limits to blk_mq_alloc_disk

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

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