View | Details | Raw Unified
Collapse All | Expand All

(-) evms-2.5.5/plugins/md/raid5_mgr.c (-1 / +1 lines)
 Lines 1932-1938    Link Here 
		}
		}
	}
	}
	rc = md_init_sb(volume, &sb_ver, raid_level, 0, size, chunksize);
	rc = md_init_sb(volume, &sb_ver, raid_level, parity_algorithm, size, chunksize);
	if (rc) {
	if (rc) {
		goto error_free;
		goto error_free;
	}
	}