fs-lib: add crc32c kernel module for f2fs

master
Harald Hoyer 2016-07-07 09:43:48 +02:00
parent b1ec9d737f
commit f8ff380bd5
1 changed files with 4 additions and 4 deletions

View File

@ -20,9 +20,9 @@ echo_fs_helper() {
ext?) ext?)
echo -n " e2fsck " echo -n " e2fsck "
;; ;;
f2fs) f2fs)
echo -n " fsck.f2fs " echo -n " fsck.f2fs "
;; ;;
jfs) jfs)
echo -n " jfs_fsck " echo -n " jfs_fsck "
;; ;;
@ -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