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:
8bd2f0a
)
md/raid5: never wait for bad-block acks on failed device.
author
NeilBrown
<neilb@suse.de>
Thu, 8 Dec 2011 05:27:57 +0000
(16:27 +1100)
committer
NeilBrown
<neilb@suse.de>
Thu, 8 Dec 2011 05:27:57 +0000
(16:27 +1100)
Once a device is failed we really want to completely ignore it.
It should go away soon anyway.
In particular the presence of bad blocks on it should not cause us to
block as we won't be trying to write there anyway.
So as soon as we can check if a device is Faulty, do so and pretend
that it is already gone if it is Faulty.
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/raid5.c
patch
|
blob
|
history
diff --cc
drivers/md/raid5.c
Simple merge