[f2fs-dev] [PATCH v3 17/18] f2fs: switch to using the crc32 library

Chao Yu chao at kernel.org
Mon Nov 4 17:34:23 PST 2024


On 2024/11/4 6:31, Eric Biggers via Linux-f2fs-devel wrote:
> From: Eric Biggers <ebiggers at google.com>
> 
> Now that the crc32() library function takes advantage of
> architecture-specific optimizations, it is unnecessary to go through the
> crypto API.  Just use crc32().  This is much simpler, and it improves
> performance due to eliminating the crypto API overhead.
> 
> Reviewed-by: Ard Biesheuvel <ardb at kernel.org>
> Signed-off-by: Eric Biggers <ebiggers at google.com>

Acked-by: Chao Yu <chao at kernel.org>

Thanks,



More information about the linux-riscv mailing list