Re: [PATCH 23/27] btrfs: use xor_gen
David Sterba <[email protected]>
| Newsgroups | gmane.linux.kernel.cross-arch,gmane.linux.ports.alpha,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.ports.ppc64.devel,gmane.linux.ports.riscv,gmane.linux.ports.sparc,gmane.linux.uml.devel,gmane.linux.kernel.cryptoapi,gmane.comp.file-systems.btrfs,gmane.linux.raid |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Mar 11, 2026 at 08:03:55AM +0100, Christoph Hellwig wrote: > Use the new xor_gen helper instead of open coding the loop around > xor_blocks. This helper is very similar to the existing run_xor helper > in btrfs, except that the destination buffer is passed explicitly. > > Signed-off-by: Christoph Hellwig <[email protected]> Acked-by: David Sterba <[email protected]>