]> sourceware.org Git - lvm2.git/commit
report: select: refactor: move str_list to libdm
authorPeter Rajnoha <prajnoha@redhat.com>
Thu, 29 May 2014 07:41:03 +0000 (09:41 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Tue, 17 Jun 2014 14:27:20 +0000 (16:27 +0200)
commit5abdb52fdc66316d3e7d54085d4e79160024b95e
tree462e96d77d2c72a54470c49ec379aedcbd455f62
parentfe952e735ae260849a9a9c04f38bbb08f8e6c22b
report: select: refactor: move str_list to libdm

The list of strings is used quite frequently and we'd like to reuse
this simple structure for report selection support too. Make it part
of libdevmapper for general reuse throughout the code.

This also simplifies the LVM code a bit since we don't need to
include and manage lvm-types.h anymore (the string list was the
only structure defined there).
33 files changed:
daemons/clvmd/lvm-functions.c
include/.symlinks.in
lib/cache/lvmcache.h
lib/commands/toolcontext.c
lib/datastruct/lvm-types.h [deleted file]
lib/datastruct/str_list.c
lib/device/dev-cache.c
lib/device/dev-cache.h
lib/device/dev-io.c
lib/device/device.h
lib/display/display.c
lib/filters/filter-persistent.c
lib/filters/filter-regex.c
lib/format1/disk-rep.h
lib/format_text/format-text.h
lib/format_text/layout.h
lib/format_text/tags.c
lib/log/log.c
lib/metadata/lv_manip.c
lib/metadata/metadata.c
lib/metadata/mirror.c
lib/misc/lib.h
lib/report/properties.h
libdm/libdevmapper.h
liblvm/lvm_misc.c
liblvm/lvm_prop.c
old-tests/device/dev_cache_t.c
old-tests/device/random.h
tools/lvrename.c
tools/pvchange.c
tools/toollib.c
tools/tools.h
tools/vgrename.c
This page took 0.041082 seconds and 5 git commands to generate.