1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-10 05:18:36 +03:00

Update comments about memory handling in lvm2app.h.

This commit is contained in:
Dave Wysochanski 2010-07-12 18:12:23 +00:00
parent e9306bead5
commit d2f48d07bb
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.71 -
===============================
Update comments about memory handling in lvm2app.h.
Add more verbose messages while checking volume_list and hosttags settings.
Add log_error when strdup fails in {vg|lv}_change_tag().
Remove unnecessary includes in liblvm files.

View File

@ -929,8 +929,8 @@ int lvm_vg_remove_lv(lv_t lv);
*
* \memberof lv_t
*
* Memory is allocated using dm_malloc() and caller must free the memory
* using dm_free().
* The memory allocated for the uuid is tied to the vg_t handle and will be
* released when lvm_vg_close() is called.
*
* \param lv
* Logical volume handle.
@ -945,8 +945,8 @@ const char *lvm_lv_get_uuid(const lv_t lv);
*
* \memberof lv_t
*
* Memory is allocated using dm_malloc() and caller must free the memory
* using dm_free().
* The memory allocated for the uuid is tied to the vg_t handle and will be
* released when lvm_vg_close() is called.
*
* \param lv
* Logical volume handle.