Kent Overstreet c0f04d88e4 bcache: Fix flushes in writeback mode
In writeback mode, when we get a cache flush we need to make sure we
issue a flush to the backing device.

The code for sending down an extra flush was wrong - by cloning the bio
we were probably getting flags that didn't make sense for a bare flush,
and also the old code was firing for FUA bios, for which we don't need
to send a flush to the backing device.

This was causing data corruption somehow - the mechanism was never
determined, but this patch fixes it for the users that were seeing it.

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>
2013-09-24 14:41:43 -07:00
..
2013-07-12 00:22:49 -07:00
2013-06-26 17:09:15 -07:00
2013-09-24 14:41:43 -07:00
2013-07-01 14:43:48 -07:00
2013-07-12 00:22:33 -07:00
2013-07-01 14:43:53 -07:00
2013-06-26 17:09:15 -07:00
2013-07-01 14:43:53 -07:00
2013-05-15 00:42:51 -07:00
2013-07-01 14:43:53 -07:00
2013-06-26 17:09:15 -07:00
2013-07-12 00:22:49 -07:00
2013-06-26 17:09:15 -07:00
2013-06-26 21:58:04 -07:00