Message ID | 1449267345-79400-2-git-send-email-jaegeuk@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/common/config b/common/config index dca7aad..a534329 100644 --- a/common/config +++ b/common/config @@ -352,6 +352,9 @@ _mkfs_opts() jfs) export MKFS_OPTIONS="$JFS_MKFS_OPTIONS -q" ;; + f2fs) + export MKFS_OPTIONS="$F2FS_MKFS_OPTIONS" + ;; *) ;; esac
This patch adds an interface to give mkfs option for f2fs. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> --- common/config | 3 +++ 1 file changed, 3 insertions(+)