md: raid5: check stripe cache is large enough in start_reshape
authorNeilBrown <neilb@suse.de>
Wed, 17 Jun 2009 22:47:20 +0000 (08:47 +1000)
committerNeilBrown <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