mkfs.f2fs: Add several media formats + exe

These media formats are currently in use.

exe is useful if storing various Windows utilities on the drive.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Rosen Penev 2018-07-14 11:08:05 -07:00 committed by Jaegeuk Kim
parent d31e1a0d52
commit e52f0a82f9

View File

@ -43,6 +43,9 @@ const char *media_ext_lists[] = {
"png",
"avi",
"divx",
"m4a",
"m4v",
"m4p",
"mp4",
"mp3",
"3gp",
@ -56,15 +59,19 @@ const char *media_ext_lists[] = {
"wmx",
"svi",
"wvx",
"wv",
"wm",
"mpg",
"mpe",
"rm",
"ogg",
"opus",
"flac",
"jpeg",
"video",
"apk", /* for android system */
"so", /* for android system */
"exe",
NULL
};