kernel/drivers/md/bcache/btree.h
.. .. @@ -282,6 +282,7 @@ 282 282 void bch_moving_gc(struct cache_set *c); 283 283 int bch_btree_check(struct cache_set *c); 284 284 void bch_initial_mark_key(struct cache_set *c, int level, struct bkey *k); 285 +void bch_cannibalize_unlock(struct cache_set *c);285 286 286 287 static inline void wake_up_gc(struct cache_set *c) 287 288 {