Re: [PATCH 23/27] btrfs: use xor_gen
David Sterba <[email protected]>
| Newsgroups | org.kernel.vger.linux-alpha,dev.linux.lists.loongarch,org.infradead.lists.linux-riscv,org.infradead.lists.linux-um,org.kernel.vger.linux-arch,org.kernel.vger.linux-btrfs,org.kernel.vger.linux-crypto,org.kernel.vger.linux-kernel,org.kernel.vger.linux-raid,org.kernel.vger.linux-s390,org.kernel.vger.sparclinux,org.ozlabs.lists.linuxppc-dev |
|---|---|
| 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]>