commit | 444134845277ad37c8ca7d1321d3dd57b96b5ae0 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri May 21 07:50:58 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jun 01 07:42:23 2021 -0600 |
tree | 07eec718168354e91a8416df4af0fc882deb134b | |
parent | b647ad024841d02d67e78716f51f355d8d3e9656 [diff] |
pktcdvd: convert to blk_alloc_disk/blk_cleanup_disk Convert the pktcdvd driver to use the blk_alloc_disk and blk_cleanup_disk helpers to simplify gendisk and request_queue allocation. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org> Link: https://lore.kernel.org/r/20210521055116.1053587-9-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>