[projects/geninitrd] ext4 can use crc32 but has it in softdep only

arekm arekm at pld-linux.org
Fri May 4 15:50:21 CEST 2018


commit b5a01dda8ca06f88b1210f806f3ac6da7c0019f0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri May 4 15:50:18 2018 +0200

    ext4 can use crc32 but has it in softdep only

 geninitrd | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/geninitrd b/geninitrd
index 0a18298..c75c22b 100755
--- a/geninitrd
+++ b/geninitrd
@@ -435,6 +435,9 @@ find_depmod() {
 					warn "mounting multidevice btrfs volume requires rootfsflags=device=/dev/...,device=/dev/... kernel option"
 					find_depmod "-libcrc32c"
 					;;
+				ext4)
+					find_depmod "-libcrc32c"
+					;;
 				crc-t10dif)
 					find_depmod "-crct10dif-pclmul"
 					find_depmod "-crct10dif"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/b5a01dda8ca06f88b1210f806f3ac6da7c0019f0



More information about the pld-cvs-commit mailing list