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:
7c9e6c1
)
dm exception store: fix misordered writes
author
Mikulas Patocka
<mpatocka@redhat.com>
Tue, 21 Oct 2008 16:44:56 +0000
(17:44 +0100)
committer
Alasdair G Kergon
<agk@redhat.com>
Tue, 21 Oct 2008 16:44:56 +0000
(17:44 +0100)
We must zero the next chunk on disk *before* writing out the current chunk, not
after. Otherwise if the machine crashes at the wrong time, the "end of metadata"
marker may be missing.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Cc: stable@kernel.org
No differences found