Skip to content
Snippets Groups Projects
Commit a639755c authored by NeilBrown's avatar NeilBrown
Browse files

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: default avatarNeilBrown <neilb@suse.de>
parent 67ac6011
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment