imsm: FIX: Do not verify unused parameters

Parameters that are not used by imsm_manage_reshape() should not cause
failure of this function.

Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
Adam Kwolek 2011-06-09 13:00:55 +10:00 committed by NeilBrown
parent 75b69ea420
commit 1ab242d891
1 changed files with 1 additions and 1 deletions

View File

@ -8688,7 +8688,7 @@ static int imsm_manage_reshape(
unsigned long long start_buf_shift; /* [bytes] */
int degraded = 0;
if (!fds || !offsets || !destfd || !destoffsets || !sra)
if (!fds || !offsets || !sra)
goto abort;
/* Find volume during the reshape */