]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super-intel.c
imsm: don't call abort_reshape() in imsm_manage_reshape()
[thirdparty/mdadm.git] / super-intel.c
index 95a72b6ad81f99cb9b110aacbe518c709ea91f71..e609e0ca3a2dae9f80245cca78f8765ffebcc482 100644 (file)
@@ -10601,7 +10601,6 @@ static int imsm_manage_reshape(
        ret_val = 1;
 abort:
        free(buf);
-       abort_reshape(sra);
 
        return ret_val;
 }