]> sourceware.org Git - lvm2.git/commit
Add pv_uuid_dup, vg_uuid_dup, and lv_uuid_dup, and call id_format_and_copy.
authorDave Wysochanski <dwysocha@redhat.com>
Thu, 30 Sep 2010 14:07:47 +0000 (14:07 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Thu, 30 Sep 2010 14:07:47 +0000 (14:07 +0000)
commit41219737ad34160625f449938d0c5ce6c01c56d6
tree5bbd4457795e7f935a9e4e82873877c8f5f15b00
parent35d1b6665cd14a473359a96605d13feb8807452d
Add pv_uuid_dup, vg_uuid_dup, and lv_uuid_dup, and call id_format_and_copy.

Add supporting functions for pv_uuid, vg_uuid, and lv_uuid.
Call new function id_format_and_copy.  Use 'const' where appropriate.
Add "_dup" suffix to indicate memory is being allocated.
Call {pv|vg|lv}_uuid_dup from lvm2app uuid functions.
lib/metadata/lv.c
lib/metadata/lv.h
lib/metadata/pv.c
lib/metadata/pv.h
lib/metadata/vg.c
lib/metadata/vg.h
liblvm/lvm_lv.c
liblvm/lvm_pv.c
liblvm/lvm_vg.c
This page took 0.037285 seconds and 5 git commands to generate.