]> 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)
commit254d672dccd5c5e8da389f231564701a8ddedde7
tree5bbd4457795e7f935a9e4e82873877c8f5f15b00
parentf4fd41552d79eb7a681c687b1d00872300c5c29e
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.077717 seconds and 5 git commands to generate.