Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 154924 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 154924