[PATCH v3 16/18] jbd2: switch to using the crc32c library

Theodore Ts'o tytso at mit.edu
Mon Nov 4 08:17:40 PST 2024


On Sun, Nov 03, 2024 at 02:31:52PM -0800, 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 linux-riscv mailing list