1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/liblvm
Dave Wysochanski 298ec21e29 Use vg->vgmem to allocate vg/lv/pv string properties instead of dm_malloc/fr
Everywhere else in the API the caller can rely on lvm2app taking care of
memory allocation and free, so make the 'name' and 'uuid' properties of a
vg/lv/pv use the vg handle to allocate memory.

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
2010-04-19 15:22:24 +00:00
..
.exported_symbols Add lvm_lv_get_tags(), lvm_lv_add_tag(), and lvm_lv_remove_tag(). 2010-02-24 18:16:26 +00:00
Doxyfile Add Doxygen file for lvm2app to generate documentation from lvm2app.h. 2010-02-24 18:16:54 +00:00
liblvm2app.pc.in check in the correct pkgconfig file 2009-07-23 01:41:53 +00:00
lvm2app.h Use vg->vgmem to allocate vg/lv/pv string properties instead of dm_malloc/fr 2010-04-19 15:22:24 +00:00
lvm_base.c Disable long living process flag in lvm2app. 2010-03-17 14:45:28 +00:00
lvm_lv.c Use vg->vgmem to allocate vg/lv/pv string properties instead of dm_malloc/fr 2010-04-19 15:22:24 +00:00
lvm_misc.c Add Doxygen file for lvm2app to generate documentation from lvm2app.h. 2010-02-24 18:16:54 +00:00
lvm_misc.h Add Doxygen file for lvm2app to generate documentation from lvm2app.h. 2010-02-24 18:16:54 +00:00
lvm_pv.c Use vg->vgmem to allocate vg/lv/pv string properties instead of dm_malloc/fr 2010-04-19 15:22:24 +00:00
lvm_vg.c Use vg->vgmem to allocate vg/lv/pv string properties instead of dm_malloc/fr 2010-04-19 15:22:24 +00:00
Makefile.in INSTALL rules updates 2010-04-09 21:42:48 +00:00