From: Krzysztof Kozlowski <[email protected]> Date: Mon, 23 Jul 2018 18:20:20 +0200
> Use generic kernel CRC32 implementation because it: > 1. Should be faster (uses lookup tables), > 2. Removes duplicated CRC generation code, > 3. Uses well-proven algorithm instead of coding it one more time. > > Suggested-by: Eric Biggers <[email protected]> > Signed-off-by: Krzysztof Kozlowski <[email protected]> Applied.

