]> www.infradead.org Git - users/hch/block.git/commit
dcssblk: convert to blk_alloc_disk/blk_cleanup_disk
authorChristoph Hellwig <hch@lst.de>
Thu, 29 Apr 2021 15:05:38 +0000 (17:05 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 20 May 2021 16:44:38 +0000 (18:44 +0200)
commit5fff49c8c10913d592003cf94fc3d0bb23f21579
tree52c5721416ee31903eb4ad75cfe4f8ac5e685030
parentc51c87cec1c877618addefafa616043eb9a45703
dcssblk: convert to blk_alloc_disk/blk_cleanup_disk

Convert the dcssblk 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>
drivers/s390/block/dcssblk.c