1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

o add uplink from vg to cmd_context

This commit is contained in:
Joe Thornber 2001-11-12 12:23:10 +00:00
parent f7a14956d8
commit 66b0745933

View File

@ -110,6 +110,7 @@ static struct volume_group *_vg_read(struct format_instance *fi,
if (!(vg = _build_vg(fi->cmd->mem, &pvs)))
stack;
vg->cmd = fi->cmd;
pool_destroy(mem);
return vg;