commit | be4ee4eda3e3c920f296a7a4b9b0a711299eac01 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Tue Apr 12 11:20:43 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 21 14:32:40 2022 -0400 |
tree | 6d7061bd3a15d4f71e8ea1cb28309ab2584aa62f | |
parent | 13e503936081522f27b0243a8a92406754303462 [diff] |
fs: ext4: Use CRC-16 implementation from linux/crc16.h Implementation in linux/crc16.h provides standard CRC-16 algorithm with polynomial x^16 + x^15 + x^2 + 1. Use it and remove duplicate ext4 CRC-16 specific code. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>