dm raid: clean up four equivalent goto tags in raid_ctr()
authorYu Kuai <yukuai3@huawei.com>
Sat, 8 Jul 2023 09:21:52 +0000 (17:21 +0800)
committerMike Snitzer <snitzer@kernel.org>
Tue, 25 Jul 2023 15:55:50 +0000 (11:55 -0400)
commite74c874eabe2e9173a8fbdad616cd89c70eb8ffd
tree4340145bbbd735796f4bc12084dc34e370adc77a
parentbae3028799dc4f1109acc4df37c8ff06f2d8f1a0
dm raid: clean up four equivalent goto tags in raid_ctr()

There are four equivalent goto tags in raid_ctr(), clean them up to
use just one.

There is no functional change and this is preparation to fix
raid_ctr()'s unprotected md_stop().

Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-raid.c