summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2018-05-30 14:17:26 +0100
committerJoe Thornber <ejt@redhat.com>2018-05-30 14:17:26 +0100
commit7635df8cce131b07b45024e690e4e6917cceb198 (patch)
treead0f80047808d8f9d209e7179220fe582dd408d5 /lib/Makefile.in
parent272ec3fa73c92764ef6fe5466fc367fed66dd7f9 (diff)
downloadlvm2-7635df8cce131b07b45024e690e4e6917cceb198.tar.gz
bcache: switch to storing blocks in a radix tree.
Rather than a hash table. This will make invalidate_fd() more efficient since we can iterate just those blocks that are on a particular dev.
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 1d422354c..4fb4fcf28 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -21,6 +21,7 @@ ifeq ("@CLUSTER@", "shared")
endif
SOURCES =\
+ ../base/data-struct/radix-tree.c \
activate/activate.c \
cache/lvmcache.c \
cache_segtype/cache.c \