commit | a639755cf885e437b2fe4168d35157fa90d530ab | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Thu Aug 13 10:13:00 2009 +1000 |
committer | NeilBrown <neilb@suse.de> | Thu Aug 13 10:13:00 2009 +1000 |
tree | 01d9a04a1c1c0b16863a51ec389470e436e9fb13 | |
parent | 67ac6011db5d2b0c853d573ff474b25c85dfb644 [diff] |
md/raid5: make sure a reshape restarts at the correct address. 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>