Skip to content

Commit 61f4564

Browse files
johannbgharaldh
authored andcommitted
fix: adding crc32c for ext3
Noticed that ext3 is still being used in the wild so let's add it to the crc32c list so downstream does not have to carry a patch for it.
1 parent 8056869 commit 61f4564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules.d/99fs-lib/module-setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo_fs_helper() {
3737
include_fs_helper_modules() {
3838
local fs=$2
3939
case "$fs" in
40-
xfs | btrfs | ext4)
40+
xfs | btrfs | ext4 | ext3)
4141
instmods crc32c
4242
;;
4343
f2fs)

0 commit comments

Comments
 (0)