summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/sysfs.c
diff options
context:
space:
mode:
authorJens Axboe2014-01-30 20:57:55 +0100
committerJens Axboe2014-01-30 20:57:55 +0100
commit96d2e8b5e288e9d2a40b95161b855944846526a5 (patch)
tree1fba4e0da90fb2727ba1c121d76dd363c29759f2 /drivers/md/bcache/sysfs.c
parentblock: __elv_next_request() shouldn't call into the elevator if bypassing (diff)
parentbcache: bugfix - gc thread now gets woken when cache is full (diff)
downloadkernel-qcow2-linux-96d2e8b5e288e9d2a40b95161b855944846526a5.tar.gz
kernel-qcow2-linux-96d2e8b5e288e9d2a40b95161b855944846526a5.tar.xz
kernel-qcow2-linux-96d2e8b5e288e9d2a40b95161b855944846526a5.zip
Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache into for-linus
Diffstat (limited to 'drivers/md/bcache/sysfs.c')
-rw-r--r--drivers/md/bcache/sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/sysfs.c b/drivers/md/bcache/sysfs.c
index c6ab69333a6d..d8458d477a12 100644
--- a/drivers/md/bcache/sysfs.c
+++ b/drivers/md/bcache/sysfs.c
@@ -416,7 +416,7 @@ static int btree_bset_stats(struct btree_op *b_op, struct btree *b)
return MAP_CONTINUE;
}
-int bch_bset_print_stats(struct cache_set *c, char *buf)
+static int bch_bset_print_stats(struct cache_set *c, char *buf)
{
struct bset_stats_op op;
int ret;