diff options
Diffstat (limited to 'drivers/md/bcache/journal.c')
-rw-r--r-- | drivers/md/bcache/journal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/bcache/journal.c b/drivers/md/bcache/journal.c index f5203dfc4cfe..8435f81e5d85 100644 --- a/drivers/md/bcache/journal.c +++ b/drivers/md/bcache/journal.c | |||
@@ -695,6 +695,7 @@ void bch_journal_meta(struct cache_set *c, struct closure *cl) | |||
695 | if (cl) | 695 | if (cl) |
696 | BUG_ON(!closure_wait(&w->wait, cl)); | 696 | BUG_ON(!closure_wait(&w->wait, cl)); |
697 | 697 | ||
698 | closure_flush(&c->journal.io); | ||
698 | __journal_try_write(c, true); | 699 | __journal_try_write(c, true); |
699 | } | 700 | } |
700 | } | 701 | } |