commit | 3b62c140e93d32c825ed028faca45dee58dbe37f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jun 02 09:53:40 2021 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jun 11 11:54:42 2021 -0600 |
tree | b054e3659d7e83d242f3a23fda90ce7ae0db78d8 | |
parent | 693874035e6e54981771eb5f19e6eb0da2437175 [diff] |
xen-blkfront: use blk_mq_alloc_disk and blk_cleanup_disk Use blk_mq_alloc_disk and blk_cleanup_disk to simplify the gendisk and request_queue allocation. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Link: https://lore.kernel.org/r/20210602065345.355274-26-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>