git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67ac601
)
md/raid5: make sure a reshape restarts at the correct address.
author
NeilBrown
<neilb@suse.de>
Thu, 13 Aug 2009 00:13:00 +0000
(10:13 +1000)
committer
NeilBrown
<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