]> sourceware.org Git - lvm2.git/commit
lv: remove lv_type_name fn
authorPeter Rajnoha <prajnoha@redhat.com>
Tue, 19 Aug 2014 12:16:39 +0000 (14:16 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Tue, 19 Aug 2014 12:16:39 +0000 (14:16 +0200)
commit84860fd54f05ca24c389ee60c4aef6903ae227ce
tree55405835557dde66620b360c79c9b31a6daca508
parentaec4d0c939653cfc0dadcec43a9db98597154bcb
lv: remove lv_type_name fn

The lv_type_name function is remnant from old code that reported
only single string for the LV type. LV types are now reported
in a more extended way as keyword list that describe the type
precisely (using lv_layout_and_type fn).

The lv_type_name was used in some error messages to display the
type of the LV so just reinstate the old messages back referencing
the type directly with a string - this is enough for error messages.
They don't need to display the LV type as precisely as it's used
on lvs output (which is optimized for selection anyway).
lib/metadata/lv_manip.c
lib/metadata/metadata-exported.h
tools/lvconvert.c
This page took 0.038326 seconds and 5 git commands to generate.