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:
d6e412e
)
md: raid5: check stripe cache is large enough in start_reshape
author
NeilBrown
<neilb@suse.de>
Wed, 17 Jun 2009 22:47:20 +0000
(08:47 +1000)
committer
NeilBrown
<neilb@suse.de>
Wed, 17 Jun 2009 22:47:20 +0000
(08:47 +1000)
In reshape cases that do not change the number of devices,
start_reshape is called without first calling check_reshape.
Currently, the check that the stripe_cache is large enough is
only done in check_reshape. It should be in start_reshape too.
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found