Commit 96fccdce authored by Jiangshan Yi's avatar Jiangshan Yi Committed by Mike Snitzer
Browse files

dm raid: fix typo in analyse_superblocks code comment

parent afd41fff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2590,7 +2590,7 @@ static int analyse_superblocks(struct dm_target *ti, struct raid_set *rs)

/*
 * Adjust data_offset and new_data_offset on all disk members of @rs
 * for out of place reshaping if requested by contructor
 * for out of place reshaping if requested by constructor
 *
 * We need free space at the beginning of each raid disk for forward
 * and at the end for backward reshapes which userspace has to provide