md/raid5: make sure a reshape restarts at the correct address.
authorNeilBrown <neilb@suse.de>
Thu, 13 Aug 2009 00:13:00 +0000 (10:13 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 13 Aug 2009 00:13:00 +0000 (10:13 +1000)
This "if" don't allow for the possibility that the number of devices
doesn't change, and so sector_nr isn't set correctly in that case.
So change '>' to '>='.

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

No differences found