From: NeilBrown Date: Wed, 17 Jun 2009 22:47:20 +0000 (+1000) Subject: md: raid5: check stripe cache is large enough in start_reshape X-Git-Tag: v2.6.31-rc1~143^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01ee22b496c41384eaa6dcae983c86d8bc32fbb8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed