diff options
author | Kent Overstreet <kmo@daterainc.com> | 2014-01-10 21:53:02 -0500 |
---|---|---|
committer | Kent Overstreet <kmo@daterainc.com> | 2014-01-29 16:06:41 -0500 |
commit | 3572324af0f4ef877545e5a17bd3e788551f166a (patch) | |
tree | 4cbbbae7f3217ed0af9fae06381f2b854915ba06 /drivers/md/bcache/btree.c | |
parent | 947174476701fbc84ea8c7ec9664270f9d80b076 (diff) |
bcache: Minor fixes from kbuild robot
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
Diffstat (limited to 'drivers/md/bcache/btree.c')
-rw-r--r-- | drivers/md/bcache/btree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/btree.c b/drivers/md/bcache/btree.c index 7d421180b6d2..5f9c2a665ca5 100644 --- a/drivers/md/bcache/btree.c +++ b/drivers/md/bcache/btree.c | |||
@@ -1805,7 +1805,7 @@ static bool btree_insert_key(struct btree *b, struct bkey *k, | |||
1805 | 1805 | ||
1806 | static size_t insert_u64s_remaining(struct btree *b) | 1806 | static size_t insert_u64s_remaining(struct btree *b) |
1807 | { | 1807 | { |
1808 | ssize_t ret = bch_btree_keys_u64s_remaining(&b->keys); | 1808 | long ret = bch_btree_keys_u64s_remaining(&b->keys); |
1809 | 1809 | ||
1810 | /* | 1810 | /* |
1811 | * Might land in the middle of an existing extent and have to split it | 1811 | * Might land in the middle of an existing extent and have to split it |