From 73262320852264c3bc33cace11503a3ea5820121 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 1 Oct 2017 14:09:53 -0400 Subject: add crc32c for ext4 Might be needed for ext4 filesystems formatted with the metadata_csum option. ref: https://bugs.archlinux.org/task/54091 --- functions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions b/functions index 53557e7..1486f2f 100644 --- a/functions +++ b/functions @@ -425,6 +425,9 @@ add_module() { f2fs) add_module "crypto-crc32?" ;; + ext4) + add_module "crypto-crc32c?" + ;; esac } -- cgit v1.2.3-24-g4f1b