diff mbox

[2/3] common/config: add mkfs options for f2fs

Message ID 1449267345-79400-2-git-send-email-jaegeuk@kernel.org (mailing list archive)
State New, archived
Headers show

Commit Message

Jaegeuk Kim Dec. 4, 2015, 10:15 p.m. UTC
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(+)
diff mbox

Patch

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