Loading drivers/md/dm-raid.c +1 −1 Original line number Diff line number Diff line Loading @@ -2529,7 +2529,7 @@ static int analyse_superblocks(struct dm_target *ti, struct raid_set *rs) * of the "sync" directive. * * With reshaping capability added, we must ensure that * that the "sync" directive is disallowed during the reshape. * the "sync" directive is disallowed during the reshape. */ if (test_bit(__CTR_FLAG_SYNC, &rs->ctr_flags)) continue; Loading Loading
drivers/md/dm-raid.c +1 −1 Original line number Diff line number Diff line Loading @@ -2529,7 +2529,7 @@ static int analyse_superblocks(struct dm_target *ti, struct raid_set *rs) * of the "sync" directive. * * With reshaping capability added, we must ensure that * that the "sync" directive is disallowed during the reshape. * the "sync" directive is disallowed during the reshape. */ if (test_bit(__CTR_FLAG_SYNC, &rs->ctr_flags)) continue; Loading