bcache: Fix a flush/fua performance bug
authorKent Overstreet <kmo@daterainc.com>
Tue, 24 Sep 2013 06:17:32 +0000 (23:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Sep 2013 21:41:43 +0000 (14:41 -0700)
commit1394d6761b6e9e15ee7c632a6d48791188727b40
tree0ae9311ab15399b19ad53c8232b657d2b2b84ed5
parentc2a4f3183a1248f615a695fbd8905da55ad11bba
bcache: Fix a flush/fua performance bug

bch_journal_meta() was missing the flush to make the journal write
actually go down (instead of waiting up to journal_delay_ms)...

Whoops

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
Cc: linux-stable <stable@vger.kernel.org> # >= v3.10
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/md/bcache/journal.c