Skip to content
Commit e684e41d authored by NeilBrown's avatar NeilBrown
Browse files

md/raid10: simplify read error handling during recovery.



If a read error is detected during recovery the code currently
fails the read device.
This isn't really necessary.  recovery_request_write will signal
a write error to end_sync_write and it will record a write
error on the destination device which will record a bad block
there or kick it from the array.

So just remove this call to do md_error.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent 1a0b7cd8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment