commit | 1b4eaf3d3809a658c85911e92d9ff64086931efa | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Thu Jan 16 15:04:18 2014 -0800 |
committer | Kent Overstreet <kmo@daterainc.com> | Tue Feb 25 18:41:11 2014 -0800 |
tree | da491dc55af651888db6390f9a495f0c848f43c9 | |
parent | 85cbe1f88cb189322e3e4ef98816c19ab12161ea [diff] |
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 <kmo@daterainc.com>