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:
65ddf45
)
bcache: Fix a journalling reclaim after recovery bug
author
Kent Overstreet
<kmo@daterainc.com>
Thu, 13 Mar 2014 20:44:21 +0000
(13:44 -0700)
committer
Kent Overstreet
<kmo@daterainc.com>
Tue, 18 Mar 2014 19:21:48 +0000
(12:21 -0700)
On recovery we weren't correctly keeping track of what journal buckets had open
journal entries, thus it was possible for them to be overwritten until we'd
written all new journal entries.
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
No differences found