bcache: Fix a flush/fua performance bug
authorKent Overstreet <kmo@daterainc.com>
Tue, 24 Sep 2013 06:17:32 +0000 (23:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Oct 2013 14:13:09 +0000 (07:13 -0700)
commit77dbabefd61a7db6dad630d59823dd610ac6692d
treea3d8517be3760063a0dcadb18b8f59d96d08d292
parent48c4100e10b75152098675d534d8a6109b28f1bf
bcache: Fix a flush/fua performance bug

commit 1394d6761b6e9e15ee7c632a6d48791188727b40 upstream.

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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/md/bcache/journal.c