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

md/raid5: finish support for DDF/raid6



DDF requires RAID6 calculations over different devices in a different
order.
For md/raid6, we calculate over just the data devices, starting
immediately after the 'Q' block.
For ddf/raid6 we calculate over all devices, using zeros in place of
the P and Q blocks.

This requires unfortunately complex loops...

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