All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mkfs.f2fs: Add several media formats + exe
@ 2018-07-14 18:08 Rosen Penev
  2018-07-15  2:51 ` Jaegeuk Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Rosen Penev @ 2018-07-14 18:08 UTC (permalink / raw)
  To: linux-f2fs-devel

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>
---
 mkfs/f2fs_format.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/mkfs/f2fs_format.c b/mkfs/f2fs_format.c
index 1a2deae..5245d68 100644
--- a/mkfs/f2fs_format.c
+++ b/mkfs/f2fs_format.c
@@ -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
 };
 
-- 
2.17.1


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mkfs.f2fs: Add several media formats + exe
  2018-07-14 18:08 [PATCH] mkfs.f2fs: Add several media formats + exe Rosen Penev
@ 2018-07-15  2:51 ` Jaegeuk Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Jaegeuk Kim @ 2018-07-15  2:51 UTC (permalink / raw)
  To: Rosen Penev; +Cc: linux-f2fs-devel

I queued this.
Thanks, Rosen.

On 07/14, Rosen Penev wrote:
> 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>
> ---
>  mkfs/f2fs_format.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/mkfs/f2fs_format.c b/mkfs/f2fs_format.c
> index 1a2deae..5245d68 100644
> --- a/mkfs/f2fs_format.c
> +++ b/mkfs/f2fs_format.c
> @@ -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
>  };
>  
> -- 
> 2.17.1
> 
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Linux-f2fs-devel mailing list
> Linux-f2fs-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-15  2:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-14 18:08 [PATCH] mkfs.f2fs: Add several media formats + exe Rosen Penev
2018-07-15  2:51 ` Jaegeuk Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.