On Fri, Feb 27, 2026 at 08:35:23PM -0800, Eric Biggers wrote: > This adds lib/raid/ alongside the existing lib/raid6/ directory. Is > that the intended final state, or is the intent for the code in > lib/raid6/ to eventually be moved to a subdirectory of lib/raid/ > (alongside the "xor" subdirectory)?
Yes, the raid6 code will get a dutup and move after this. And we'll also plan to add a library for more than 2 parities eventually.
