On 2019/8/13 6:52, Park Ju Hyung wrote:
> Similar to .db files, these are randomly updated extremely frequently.

It looks android doesn't need this, how about adding them under "#ifndef
WITH_ANDROID"?

Thanks,

> 
> Signed-off-by: Park Ju Hyung <qkrwngud...@gmail.com>
> ---
>  mkfs/f2fs_format.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/mkfs/f2fs_format.c b/mkfs/f2fs_format.c
> index 37d82c3..1c08e3e 100644
> --- a/mkfs/f2fs_format.c
> +++ b/mkfs/f2fs_format.c
> @@ -94,6 +94,11 @@ const char *media_ext_lists[] = {
>  
>  const char *hot_ext_lists[] = {
>       "db",
> +
> +     /* Virtual machines */
> +     "vmdk", // VMware or VirtualBox
> +     "vdi", // VirtualBox
> +     "qcow2", // QEMU
>       NULL
>  };
>  
> 


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to