Re: [PATCH 04/25] xor: move to lib/raid/
Christoph Hellwig <[email protected]>
| Newsgroups | gmane.linux.ports.ppc64.devel,gmane.linux.ports.alpha,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.ports.riscv,gmane.linux.ports.sparc,gmane.linux.uml.devel,gmane.linux.kernel.cryptoapi,gmane.comp.file-systems.btrfs,gmane.linux.kernel.cross-arch,gmane.linux.raid |
|---|---|
| Message-ID | <[email protected]> |
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.