diff options
Diffstat (limited to 'drivers/md/bcache/request.h')
-rw-r--r-- | drivers/md/bcache/request.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/md/bcache/request.h b/drivers/md/bcache/request.h index 7d02ac5f936e..b0b4b0b5b7e9 100644 --- a/drivers/md/bcache/request.h +++ b/drivers/md/bcache/request.h | |||
@@ -31,10 +31,8 @@ struct search { | |||
31 | struct keylist insert_keys; | 31 | struct keylist insert_keys; |
32 | }; | 32 | }; |
33 | 33 | ||
34 | void bch_cache_read_endio(struct bio *, int); | ||
35 | unsigned bch_get_congested(struct cache_set *); | 34 | unsigned bch_get_congested(struct cache_set *); |
36 | void bch_data_insert(struct closure *cl); | 35 | void bch_data_insert(struct closure *cl); |
37 | void bch_cache_read_endio(struct bio *, int); | ||
38 | 36 | ||
39 | void bch_open_buckets_free(struct cache_set *); | 37 | void bch_open_buckets_free(struct cache_set *); |
40 | int bch_open_buckets_alloc(struct cache_set *); | 38 | int bch_open_buckets_alloc(struct cache_set *); |