Whamcloud - gitweb
LU-2212 crypto: add crc32c module loading to libcfs
[fs/lustre-release.git] / libcfs / libcfs / linux / linux-crypto.c
index 11caba4..2f14540 100644 (file)
@@ -350,6 +350,8 @@ static int crc32pclmul;
 
 int cfs_crypto_register(void)
 {
+       cfs_request_module("crc32c");
+
        crc32 = cfs_crypto_crc32_register();
        adler32 = cfs_crypto_adler32_register();