md/raid5: allow for change in data_offset while managing a reshape.
authorNeilBrown <neilb@suse.de>
Sun, 20 May 2012 23:27:01 +0000 (09:27 +1000)
committerNeilBrown <neilb@suse.de>
Sun, 20 May 2012 23:27:01 +0000 (09:27 +1000)
The important issue here is incorporating the different in data_offset
into calculations concerning when we might need to over-write data
that is still thought to be valid.

To this end we find the minimum offset difference across all devices
and add that where appropriate.

Signed-off-by: NeilBrown <neilb@suse.de>

No differences found