aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/request.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/bcache/request.h')
-rw-r--r--drivers/md/bcache/request.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/md/bcache/request.h b/drivers/md/bcache/request.h
index 54d7de27356f..2cd65bf073c2 100644
--- a/drivers/md/bcache/request.h
+++ b/drivers/md/bcache/request.h
@@ -6,10 +6,10 @@
6struct data_insert_op { 6struct data_insert_op {
7 struct closure cl; 7 struct closure cl;
8 struct cache_set *c; 8 struct cache_set *c;
9 struct task_struct *task;
10 struct bio *bio; 9 struct bio *bio;
11 10
12 unsigned inode; 11 unsigned inode;
12 uint16_t write_point;
13 uint16_t write_prio; 13 uint16_t write_prio;
14 short error; 14 short error;
15 15
@@ -31,9 +31,6 @@ struct data_insert_op {
31unsigned bch_get_congested(struct cache_set *); 31unsigned bch_get_congested(struct cache_set *);
32void bch_data_insert(struct closure *cl); 32void bch_data_insert(struct closure *cl);
33 33
34void bch_open_buckets_free(struct cache_set *);
35int bch_open_buckets_alloc(struct cache_set *);
36
37void bch_cached_dev_request_init(struct cached_dev *dc); 34void bch_cached_dev_request_init(struct cached_dev *dc);
38void bch_flash_dev_request_init(struct bcache_device *d); 35void bch_flash_dev_request_init(struct bcache_device *d);
39 36