1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00
lvm2/liblvm
Dave Wysochanski 9c5a7b0481 Add default cmd->cmd_line initialization for liblvm lvm_create().
This needs initialized to non-NULL before using the archive() call.
Normally this is set to the cmdline string when lvm is called from a tool.
We could think about using it in another way, as a potential audit trail
of liblvm calls, or just leave it set to the default "liblvm", similar to
what clvmd does.  For now, just set it to "liblvm".

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
Acked-by: Alasdair G Kergon <agk@redhat.com>
2009-07-14 03:01:18 +00:00
..
.exported_symbols Add missing liblvm/.exported_symbols 2009-03-08 18:58:53 +00:00
lvm_base.c Add default cmd->cmd_line initialization for liblvm lvm_create(). 2009-07-14 03:01:18 +00:00
lvm.h Define handles to liblvm objects for pv, vg, lv, lvseg, pvseg. 2009-07-14 03:00:30 +00:00
Makefile.in Rename liblvm.so to liblvm2app.so and use configure --enable-applib. 2009-05-22 14:44:59 +00:00