aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/request.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/bcache/request.c')
-rw-r--r--drivers/md/bcache/request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/request.c b/drivers/md/bcache/request.c
index bcce06a1e466..6cee2ae1d87f 100644
--- a/drivers/md/bcache/request.c
+++ b/drivers/md/bcache/request.c
@@ -237,7 +237,7 @@ static void bch_data_insert_keys(struct closure *cl)
237 s->flush_journal 237 s->flush_journal
238 ? &s->cl : NULL); 238 ? &s->cl : NULL);
239 239
240 ret = bch_btree_insert(&s->op, s->c, &s->insert_keys, 240 ret = bch_btree_insert(s->c, &s->insert_keys,
241 journal_ref, replace_key); 241 journal_ref, replace_key);
242 if (ret == -ESRCH) { 242 if (ret == -ESRCH) {
243 s->insert_collision = true; 243 s->insert_collision = true;