aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/bcache/btree.h')
-rw-r--r--drivers/md/bcache/btree.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/md/bcache/btree.h b/drivers/md/bcache/btree.h
index 1690f4731c1e..60dadd722ace 100644
--- a/drivers/md/bcache/btree.h
+++ b/drivers/md/bcache/btree.h
@@ -264,7 +264,6 @@ struct btree_op {
264 unsigned flush_journal:1; 264 unsigned flush_journal:1;
265 265
266 unsigned insert_data_done:1; 266 unsigned insert_data_done:1;
267 unsigned lookup_done:1;
268 unsigned insert_collision:1; 267 unsigned insert_collision:1;
269 268
270 BKEY_PADDED(replace); 269 BKEY_PADDED(replace);
@@ -306,8 +305,6 @@ int bch_btree_insert_check_key(struct btree *, struct btree_op *,
306 struct bkey *); 305 struct bkey *);
307int bch_btree_insert(struct btree_op *, struct cache_set *, struct keylist *); 306int bch_btree_insert(struct btree_op *, struct cache_set *, struct keylist *);
308 307
309void bch_btree_search_async(struct closure *);
310
311int bch_gc_thread_start(struct cache_set *); 308int bch_gc_thread_start(struct cache_set *);
312size_t bch_btree_gc_finish(struct cache_set *); 309size_t bch_btree_gc_finish(struct cache_set *);
313void bch_moving_gc(struct cache_set *); 310void bch_moving_gc(struct cache_set *);