git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85cbe1f
)
bcache: Fix flash_dev_cache_miss() for real this time
author
Kent Overstreet
<kmo@daterainc.com>
Thu, 16 Jan 2014 23:04:18 +0000
(15:04 -0800)
committer
Kent Overstreet
<kmo@daterainc.com>
Wed, 26 Feb 2014 02:41:11 +0000
(18:41 -0800)
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>
No differences found