Re: [PATCH 22/25] async_xor: use xor_gen

From: Eric Biggers

Date: Sat Feb 28 2026 - 01:56:24 EST


On Thu, Feb 26, 2026 at 07:10:34AM -0800, Christoph Hellwig wrote:
> Replace use of the loop around xor_blocks with the easier to use xor_gen
> API.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> ---
> crypto/async_tx/async_xor.c | 16 ++--------------
> 1 file changed, 2 insertions(+), 14 deletions(-)

There are still comments in this file that refer to xor_blocks.

- Eric