Re: [PATCH 22/25] async_xor: use xor_gen
Eric Biggers <[email protected]>
| Newsgroups | 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.kernel.cross-arch,gmane.linux.raid |
|---|---|
| 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