diff options
Diffstat (limited to 'drivers/md/dm-raid.c')
-rw-r--r-- | drivers/md/dm-raid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-raid.c b/drivers/md/dm-raid.c index 8a60a4a070ac..1f933dd197cd 100644 --- a/drivers/md/dm-raid.c +++ b/drivers/md/dm-raid.c | |||
@@ -3194,7 +3194,7 @@ static int raid_ctr(struct dm_target *ti, unsigned int argc, char **argv) | |||
3194 | */ | 3194 | */ |
3195 | r = rs_prepare_reshape(rs); | 3195 | r = rs_prepare_reshape(rs); |
3196 | if (r) | 3196 | if (r) |
3197 | return r; | 3197 | goto bad; |
3198 | 3198 | ||
3199 | /* Reshaping ain't recovery, so disable recovery */ | 3199 | /* Reshaping ain't recovery, so disable recovery */ |
3200 | rs_setup_recovery(rs, MaxSector); | 3200 | rs_setup_recovery(rs, MaxSector); |