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:
7f0da59
)
md/raid5: write errors should be recorded as bad blocks if possible.
author
NeilBrown
<neilb@suse.de>
Thu, 28 Jul 2011 01:39:22 +0000
(11:39 +1000)
committer
NeilBrown
<neilb@suse.de>
Thu, 28 Jul 2011 01:39:22 +0000
(11:39 +1000)
When a write error is detected, don't mark the device as failed
immediately but rather record the fact for handle_stripe to deal with.
Handle_stripe then attempts to record a bad block. Only if that fails
does the device get marked as faulty.
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found