Re: [PATCH 23/27] btrfs: use xor_gen
From: David Sterba
Date: Thu Mar 12 2026 - 02:14:43 EST
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 <hch@xxxxxx>
Acked-by: David Sterba <dsterba@xxxxxxxx>