mkfs: add two file extensions for android
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Thu, 17 Oct 2013 08:28:15 +0000 (17:28 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Thu, 17 Oct 2013 08:28:15 +0000 (17:28 +0900)
This patch adds two file extensions, jpeg and video, to identify cold files
in android systems.

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
mkfs/f2fs_format.c

index 364bb46..8234b00 100644 (file)
@@ -130,6 +130,8 @@ const char *media_ext_lists[] = {
        "mpe",
        "rm",
        "ogg",
+       "jpeg",
+       "video",
        "apk",  /* for android system */
        NULL
 };