null_blk: add error handling support for add_disk()
authorLuis Chamberlain <mcgrof@kernel.org>
Wed, 18 Aug 2021 14:45:42 +0000 (16:45 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Aug 2021 18:55:46 +0000 (12:55 -0600)
commit10e7123d5551dec0025f70e61604ab57483a6ed2
tree3bb5f6330e85b4c110b65ccf97cb5d137ba96b87
parentdbb301f91fc855dccf9bc42fbc4281d89365906d
null_blk: add error handling support for add_disk()

We never checked for errors on add_disk() as this function
returned void. Now that this is fixed, use the shiny new
error handling. The actual cleanup in case of error is
already handled by the caller of null_gendisk_register().

Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Link: https://lore.kernel.org/r/20210818144542.19305-12-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/null_blk/main.c