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