Re: [PATCH 18/25] x86: move the XOR code to lib/raid/
Christoph Hellwig <[email protected]>
| Newsgroups | gmane.linux.ports.riscv,gmane.linux.ports.alpha,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.ports.ppc64.devel,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 Sat, Feb 28, 2026 at 11:31:17AM +0100, Peter Zijlstra wrote: > Hmm, I suppose. Its just weird that we now have to look in both > arch/$foo and lib/*/$foo/ to find all arch code. We've had instance of that for a long time, e.g. lib/raid6/ > And I don't suppose symlinks would make it better? Ugg, just purely from the organizaton perspective it would make things a lot worse. I'm also not sure how well git copes with symlinks.