]> sourceware.org Git - lvm2.git/commit - lib/activate/activate.c
Move the core of the lib/config/config.c functionality into libdevmapper,
authorPetr Rockai <prockai@redhat.com>
Tue, 30 Aug 2011 14:55:15 +0000 (14:55 +0000)
committerPetr Rockai <prockai@redhat.com>
Tue, 30 Aug 2011 14:55:15 +0000 (14:55 +0000)
commite59e2f7c3c1e2fa170dfca2ee0c29cca2d4f55c1
tree197a579049ddab74d8944939a45f8e0d46b6c3cf
parentd35188058be01bd29128dcf1f5b79220fbcb135b
Move the core of the lib/config/config.c functionality into libdevmapper,
leaving behind the LVM-specific parts of the code (convenience wrappers that
handle `struct device` and `struct cmd_context`, basically). A number of
functions have been renamed (in addition to getting a dm_ prefix) -- namely,
all of the config interface now has a dm_config_ prefix.
53 files changed:
lib/activate/activate.c
lib/activate/dev_manager.c
lib/cache/lvmcache.c
lib/cache/lvmcache.h
lib/commands/toolcontext.c
lib/commands/toolcontext.h
lib/config/config.c
lib/config/config.h
lib/device/dev-cache.c
lib/filters/filter-persistent.c
lib/filters/filter-persistent.h
lib/filters/filter-regex.c
lib/filters/filter-regex.h
lib/filters/filter.c
lib/filters/filter.h
lib/format_text/export.c
lib/format_text/flags.c
lib/format_text/format-text.c
lib/format_text/import-export.h
lib/format_text/import.c
lib/format_text/import_vsn1.c
lib/format_text/tags.c
lib/format_text/text_export.h
lib/format_text/text_import.h
lib/locking/cluster_locking.c
lib/locking/external_locking.c
lib/metadata/lv_manip.c
lib/metadata/metadata.c
lib/metadata/metadata.h
lib/metadata/mirror.c
lib/metadata/segtype.h
lib/mirror/mirrored.c
lib/misc/lvm-string.c
lib/misc/lvm-string.h
lib/mm/memlock.c
lib/raid/raid.c
lib/replicator/replicator.c
lib/snapshot/snapshot.c
lib/striped/striped.c
lib/thin/thin.c
lib/unknown/unknown.c
libdm/Makefile.in
libdm/libdevmapper.h
libdm/libdm-config.c [new file with mode: 0644]
libdm/libdm-string.c
tools/dumpconfig.c
tools/pvchange.c
tools/pvck.c
tools/pvcreate.c
tools/pvmove.c
tools/pvremove.c
tools/toollib.c
tools/vgsplit.c
This page took 0.046936 seconds and 5 git commands to generate.