]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bcache: Fix a flush/fua performance bug
authorKent Overstreet <kmo@daterainc.com>
Wed, 14 Aug 2013 10:57:41 +0000 (03:57 -0700)
committerKent Overstreet <kmo@daterainc.com>
Mon, 19 Aug 2013 22:30:45 +0000 (15:30 -0700)
commit9df79a37eeb7ee89dc56aeed3051be676369359a
tree84fa3a88c8431e4011e43bdf84bbf271df40d880
parent9d1414d230febf984a75f5328e90891cde1dcf7f
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
drivers/md/bcache/journal.c