Hi all, this series stops printing the crc32c implementation at btrfs load time as it's already printed at mount time, and then removes the now unused crc32c_impl function. This series is on top of the btrfs for-next tree, which has a bunch of required crc32c-related work. Diffstat: fs/btrfs/super.c | 2 +- include/linux/crc32c.h | 1 - lib/libcrc32c.c | 6 ------ 3 files changed, 1 insertion(+), 8 deletions(-)