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

Pass the few limits floppy 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/floppy.c