mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-03 08:22:00 +03:00
o add uplink from vg to cmd_context
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user