aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/journal.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/bcache/journal.c')
-rw-r--r--drivers/md/bcache/journal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/journal.c b/drivers/md/bcache/journal.c
index 8c8dfdcd9d4c..970d819d4350 100644
--- a/drivers/md/bcache/journal.c
+++ b/drivers/md/bcache/journal.c
@@ -384,7 +384,7 @@ out:
384 return; 384 return;
385found: 385found:
386 if (btree_node_dirty(best)) 386 if (btree_node_dirty(best))
387 bch_btree_write(best, true, NULL); 387 bch_btree_node_write(best, NULL);
388 rw_unlock(true, best); 388 rw_unlock(true, best);
389} 389}
390 390