mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
common: add mkfs options for f2fs
This patch adds an interface to give mkfs option for f2fs. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
a687688b7f
commit
10b00c4eda
@@ -352,6 +352,9 @@ _mkfs_opts()
|
||||
jfs)
|
||||
export MKFS_OPTIONS="$JFS_MKFS_OPTIONS -q"
|
||||
;;
|
||||
f2fs)
|
||||
export MKFS_OPTIONS="$F2FS_MKFS_OPTIONS"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user