1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-11-30 04:23:48 +03:00

preparation for parallel_areas changes to allocation code

This commit is contained in:
Alasdair Kergon
2005-11-24 20:58:44 +00:00
parent 2fb492f665
commit c0a33e10ae
3 changed files with 50 additions and 18 deletions

View File

@@ -607,7 +607,8 @@ static int _lvcreate(struct cmd_context *cmd, struct lvcreate_params *lp)
if (!(ah = allocate_extents(vg, NULL, lp->segtype, lp->stripes,
lp->mirrors, 1, lp->extents,
NULL, 0, 0, pvh, lp->alloc))) {
NULL, 0, 0, pvh, lp->alloc,
NULL))) {
stack;
return 0;
}