1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-23 10:50:34 +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 52f42140a7
commit 0d7f9b2c94

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;