[PATCH v2 15/18] ext4: switch to using the crc32c library
Theodore Ts'o
tytso at mit.edu
Sun Nov 3 09:26:35 AEDT 2024
On Fri, Oct 25, 2024 at 12:14:51PM -0700, Eric Biggers wrote:
> From: Eric Biggers <ebiggers at google.com>
>
> Now that the crc32c() library function directly takes advantage of
> architecture-specific optimizations, it is unnecessary to go through the
> crypto API. Just use crc32c(). 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: Theodore Ts'o <tytso at mit.edu>
More information about the Linuxppc-dev
mailing list