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

md/raid10 - avoid reading from known bad blocks - part 3



When attempting to repair a read error, don't read from
devices with a known bad block.

As we are only reading PAGE_SIZE blocks, we don't try to
narrow down to smaller regions in the hope that only part of this
page is bad - it isn't worth the effort.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent 7399c31b
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