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:
749c55e
)
md/raid10: Handle write errors by updating badblock log.
author
NeilBrown
<neilb@suse.de>
Thu, 28 Jul 2011 01:39:24 +0000
(11:39 +1000)
committer
NeilBrown
<neilb@suse.de>
Thu, 28 Jul 2011 01:39:24 +0000
(11:39 +1000)
When we get a write error (in the data area, not in metadata),
update the badblock log rather than failing the whole device.
As the write may well be many blocks, we trying writing each
block individually and only log the ones which fail.
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found