From 7635df8cce131b07b45024e690e4e6917cceb198 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Wed, 30 May 2018 14:17:26 +0100 Subject: 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. --- make.tmpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make.tmpl.in') diff --git a/make.tmpl.in b/make.tmpl.in index 9d5d36757..1f999ec69 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -306,7 +306,7 @@ LIB_VERSION_DM := $(shell $(AWK) -F '.' '{printf "%s.%s",$$1,$$2}' $(top_srcdir) LIB_VERSION_APP := $(shell $(AWK) -F '[(). ]' '{printf "%s.%s",$$1,$$4}' $(top_srcdir)/VERSION) -INCLUDES += -I$(srcdir) -I$(top_builddir)/include +INCLUDES += -I$(top_srcdir) -I$(srcdir) -I$(top_builddir)/include INC_LNS = $(top_builddir)/include/.symlinks_created -- cgit v1.2.1