Skip to content
Snippets Groups Projects
Commit b2141e69 authored by NeilBrown's avatar NeilBrown
Browse files

raid6/async_tx: handle holes in block list in async_syndrome_val


async_syndrome_val check the P and Q blocks used for RAID6
calculations.
With DDF raid6, some of the data blocks might be NULL, so
this needs to be handled in the same way that async_gen_syndrome
handles it.

As async_syndrome_val calls async_xor, also enhance async_xor
to detect and skip NULL blocks in the list.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent 5dd33c9a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment