Skip to content

Commit

Permalink
fix: adding crc32c for ext3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
johannbg authored and haraldh committed May 14, 2021
1 parent 8056869 commit 61f4564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/99fs-lib/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ echo_fs_helper() {
include_fs_helper_modules() {
local fs=$2
case "$fs" in
xfs | btrfs | ext4)
xfs | btrfs | ext4 | ext3)
instmods crc32c
;;
f2fs)
Expand Down

0 comments on commit 61f4564

Please sign in to comment.