]> www.infradead.org Git - users/hch/block.git/commit
ps3disk: use blk_mq_alloc_disk
authorChristoph Hellwig <hch@lst.de>
Thu, 29 Apr 2021 17:06:40 +0000 (19:06 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 27 May 2021 07:43:28 +0000 (09:43 +0200)
commitfedbc36f8fa5efdb05fd52808528acb8a94b26c0
treeac39355be144db12f1a1aad3acf5f9b26ede86f2
parent8894c09af7d4489f68bacbf76d4526af9cb9ee07
ps3disk: use blk_mq_alloc_disk

Use the blk_mq_alloc_disk API to simplify the gendisk and request_queue
allocation.

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