commit | 01ee22b496c41384eaa6dcae983c86d8bc32fbb8 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Thu Jun 18 08:47:20 2009 +1000 |
committer | NeilBrown <neilb@suse.de> | Thu Jun 18 08:47:20 2009 +1000 |
tree | aeb031b03e2a8b784fcf71ed462c0aa37b7006ef | |
parent | d6e412eaa52db82010f12ea7d2c9b9468e933c44 [diff] |
md: raid5: check stripe cache is large enough in start_reshape 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>