fs-lib: add crc32c kernel module for f2fs
parent
b1ec9d737f
commit
f8ff380bd5
|
@ -41,7 +41,7 @@ echo_fs_helper() {
|
|||
include_fs_helper_modules() {
|
||||
local dev=$1 fs=$2
|
||||
case "$fs" in
|
||||
xfs|btrfs)
|
||||
xfs|btrfs|f2fs)
|
||||
instmods crc32c
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue