s390/dasd: use blk_mq_alloc_disk
authorChristoph Hellwig <hch@lst.de>
Wed, 28 Sep 2022 14:39:45 +0000 (16:39 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 28 Sep 2022 14:56:34 +0000 (08:56 -0600)
commitc68f4f4e296b6011032b4f88d0ce72eb72a6bb07
treea3badd0b0013ba895efd0940b61ad945531749c0
parent5765033cf77c54897848df683420bb62b6cc3d05
s390/dasd: use blk_mq_alloc_disk

As far as I can tell there is no need for the staged setup in
dasd, so allocate the tagset and the disk with the queue in
dasd_gendisk_alloc.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Stefan Haberland <sth@linux.ibm.com>
Link: https://lore.kernel.org/r/20220928143945.1687114-2-sth@linux.ibm.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/s390/block/dasd.c
drivers/s390/block/dasd_devmap.c
drivers/s390/block/dasd_diag.c
drivers/s390/block/dasd_eckd.c
drivers/s390/block/dasd_fba.c
drivers/s390/block/dasd_genhd.c
drivers/s390/block/dasd_int.h