summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorJonathan Brassow <jbrassow@redhat.com>2014-01-22 10:11:29 -0600
committerJonathan Brassow <jbrassow@redhat.com>2014-01-22 10:11:29 -0600
commit5590448c320eb76789110546cdea47dd1d7a97b3 (patch)
treedfb953b08714b9a57543cb7f9699fbd3d3335c3a /lib/Makefile.in
parent2b9d25133e3dfa0f95f838a75a682e5195110684 (diff)
downloadlvm2-5590448c320eb76789110546cdea47dd1d7a97b3.tar.gz
Misc: Move some thin pool functions to a new file
Functions that handle set-up, tear-down and creation of thin pool volumes will be more generally applicable when more targets exist that make use of device-mapper's persistent data format. One of these targets is the dm-cache target. I've selected some functions that will be useful for the cache segment type to be moved, since they will no longer be thin pool specific but are more broadly useful to any segment type that makes use of a 'pool' LV.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 8fdc19441..c3ace5f3d 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -88,6 +88,7 @@ SOURCES =\
metadata/merge.c \
metadata/metadata.c \
metadata/mirror.c \
+ metadata/pool_manip.c \
metadata/pv.c \
metadata/pv_manip.c \
metadata/pv_map.c \