aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache/bcache.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2013-05-15 10:36:25 +0200
committerJens Axboe <axboe@kernel.dk>2013-05-15 10:36:25 +0200
commitc0a363f5cf21f79d72ab630524c3aa06fc6d066c (patch)
tree6127eba7172ab1117dc18fcdc6b08352c736cafd /drivers/md/bcache/bcache.h
parent093c959307f2f5af72b24fdc4af7d4d0263f6eea (diff)
parentf59fce847fc8483508b5028c24e2b1e00523dd88 (diff)
Merge branch 'bcache-for-upstream' of git://evilpiepirate.org/~kent/linux-bcache into for-linus
Kent writes: Jens - couple more bcache patches. Bug fixes and a doc update.
Diffstat (limited to 'drivers/md/bcache/bcache.h')
-rw-r--r--drivers/md/bcache/bcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/bcache.h b/drivers/md/bcache/bcache.h
index 340146d7c17..d3e15b42a4a 100644
--- a/drivers/md/bcache/bcache.h
+++ b/drivers/md/bcache/bcache.h
@@ -1241,7 +1241,7 @@ void bch_cache_set_stop(struct cache_set *);
struct cache_set *bch_cache_set_alloc(struct cache_sb *);
void bch_btree_cache_free(struct cache_set *);
int bch_btree_cache_alloc(struct cache_set *);
-void bch_writeback_init_cached_dev(struct cached_dev *);
+void bch_cached_dev_writeback_init(struct cached_dev *);
void bch_moving_init_cache_set(struct cache_set *);
void bch_cache_allocator_exit(struct cache *ca);