We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8056869 commit 61f4564Copy full SHA for 61f4564
modules.d/99fs-lib/module-setup.sh
@@ -37,7 +37,7 @@ echo_fs_helper() {
37
include_fs_helper_modules() {
38
local fs=$2
39
case "$fs" in
40
- xfs | btrfs | ext4)
+ xfs | btrfs | ext4 | ext3)
41
instmods crc32c
42
;;
43
f2fs)
0 commit comments