dm: cleanup open_table_device
authorChristoph Hellwig <hch@lst.de>
Tue, 15 Nov 2022 14:10:47 +0000 (22:10 +0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 16 Nov 2022 22:19:56 +0000 (15:19 -0700)
commitb9a785d2dc6567b2fd9fc60057a6a945a276927a
treea981e3808d82c11ebd3c1c691837cd7e5bad2780
parent992ec6a92ac315d3301353ff3beb818fcc34e4e4
dm: cleanup open_table_device

Move all the logic for allocation the table_device and linking it into
the list into the open_table_device.  This keeps the code tidy and
ensures that the table_devices only exist in fully initialized state.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Reviewed-by: Mike Snitzer <snitzer@kernel.org>
Link: https://lore.kernel.org/r/20221115141054.1051801-4-yukuai1@huaweicloud.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/dm.c