1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-28 05:57:49 +03:00

Missing vg_commit()

This commit is contained in:
Alasdair Kergon 2003-09-15 15:03:54 +00:00
parent cd5a920ed5
commit 48f38354c6

View File

@ -279,7 +279,7 @@ int vgsplit(struct cmd_context *cmd, int argc, char **argv)
vg_to->status &= ~EXPORTED_VG;
if (!vg_write(vg_to) || !vg_write(vg_to))
if (!vg_write(vg_to) || !vg_commit(vg_to))
goto error;
backup(vg_to);