From 2ad1fcd800747851a1db9a84acc87086c621f54d Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Thu, 17 Oct 2013 17:28:15 +0900 Subject: [PATCH] mkfs: add two file extensions for android This patch adds two file extensions, jpeg and video, to identify cold files in android systems. Signed-off-by: Jaegeuk Kim --- mkfs/f2fs_format.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkfs/f2fs_format.c b/mkfs/f2fs_format.c index 364bb46..8234b00 100644 --- a/mkfs/f2fs_format.c +++ b/mkfs/f2fs_format.c @@ -130,6 +130,8 @@ const char *media_ext_lists[] = { "mpe", "rm", "ogg", + "jpeg", + "video", "apk", /* for android system */ NULL }; -- 2.7.4