mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Update comments about memory handling in lvm2app.h.
This commit is contained in:
parent
3122f963b0
commit
da42be4d8d
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user