commit | 35efb594c3a8bbd41fca67658b03bf99441d488b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jun 14 08:07:59 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jun 30 15:34:04 2021 -0600 |
tree | 8b55dcd94fb01b0f54f6a2107caf5baf773a4671 | |
parent | 7eb90f7e90a85b635b31bc0ac35846880c7470e7 [diff] |
ubd: 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> Link: https://lore.kernel.org/r/20210614060759.3965724-3-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>