Commit cea44663 authored by Jilin Yuan's avatar Jilin Yuan Committed by Mike Snitzer

dm raid: delete the redundant word 'that' in comment

Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: default avatarMike Snitzer <snitzer@kernel.org>
parent 43e6c111
...@@ -2529,7 +2529,7 @@ static int analyse_superblocks(struct dm_target *ti, struct raid_set *rs) ...@@ -2529,7 +2529,7 @@ static int analyse_superblocks(struct dm_target *ti, struct raid_set *rs)
* of the "sync" directive. * of the "sync" directive.
* *
* With reshaping capability added, we must ensure that * 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)) if (test_bit(__CTR_FLAG_SYNC, &rs->ctr_flags))
continue; continue;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment