Re: [PATCH 22/25] async_xor: use xor_gen
Eric Biggers <[email protected]>
| Newsgroups | org.kernel.vger.sparclinux,dev.linux.lists.loongarch,org.infradead.lists.linux-riscv,org.infradead.lists.linux-um,org.kernel.vger.linux-alpha,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.ozlabs.lists.linuxppc-dev |
|---|---|
| Message-ID | <20260228065543.GI65277@quark> |
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 <[email protected]> > --- > 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