]> www.infradead.org Git - users/hch/block.git/commit
gdrom: pass queue_limits to blk_mq_alloc_disk
authorChristoph Hellwig <hch@lst.de>
Thu, 6 Jul 2023 18:48:47 +0000 (11:48 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 13 Feb 2024 17:28:20 +0000 (18:28 +0100)
commitd58ae17c4401fe4fb61733d2e549c850835d2a77
tree637a273b4f859ad9db4f5be227f39aabd20aea07
parent0ab16a739b74a1ad78d66754740dd0a7daddbc3c
gdrom: pass queue_limits to blk_mq_alloc_disk

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

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