summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/bcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/bcache/bcache.h')
-rw-r--r--drivers/md/bcache/bcache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/md/bcache/bcache.h b/drivers/md/bcache/bcache.h
index 3540e05e40ef..c2993023146b 100644
--- a/drivers/md/bcache/bcache.h
+++ b/drivers/md/bcache/bcache.h
@@ -198,6 +198,7 @@
#include "util.h"
#include "closure.h"
#include "opts.h"
+#include "treebitvec.h"
#include <linux/dynamic_fault.h>
@@ -411,6 +412,7 @@ struct cache {
/* most out of date gen in the btree */
u8 *oldest_gens;
struct bucket *buckets;
+ struct treebitvec empty_buckets;
unsigned short bucket_bits; /* ilog2(bucket_size) */
/* last calculated minimum prio */