From 1b4eaf3d3809a658c85911e92d9ff64086931efa Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 16 Jan 2014 15:04:18 -0800 Subject: [PATCH] bcache: Fix flash_dev_cache_miss() for real this time The code was using sectors to count the number of sectors it was zeroing... but then it passed it to bio_advance()... after it had been set to 0. Amusing... Signed-off-by: Kent Overstreet --- Reading git-format-patch failed