From: Jaegeuk Kim <jaegeuk@kernel.org>
To: Park Ju Hyung <qkrwngud825@gmail.com>
Cc: linux-f2fs-devel@lists.sourceforge.net
Subject: Re: [f2fs-dev] [PATCH] mkfs.f2fs: add VM disk files to hot data types
Date: Tue, 16 Feb 2021 08:01:52 -0800 [thread overview]
Message-ID: <YCvscBgjQoD4cCMV@google.com> (raw)
In-Reply-To: <20210214094311.43639-1-qkrwngud825@gmail.com>
Thanks, applied. :)
On 02/14, Park Ju Hyung wrote:
> Similar to .db files, these are randomly updated extremely frequently.
>
> Signed-off-by: Park Ju Hyung <qkrwngud825@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 a6c542e8e1f0..dbb5bb3e2ba7 100644
> --- a/mkfs/f2fs_format.c
> +++ b/mkfs/f2fs_format.c
> @@ -96,6 +96,13 @@ const char *media_ext_lists[] = {
>
> const char *hot_ext_lists[] = {
> "db",
> +
> +#ifndef WITH_ANDROID
> + /* Virtual machines */
> + "vmdk", // VMware or VirtualBox
> + "vdi", // VirtualBox
> + "qcow2", // QEMU
> +#endif
> NULL
> };
>
> --
> 2.30.0
>
>
>
> _______________________________________________
> Linux-f2fs-devel mailing list
> Linux-f2fs-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
next prev parent reply other threads:[~2021-02-16 16:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-14 9:43 [f2fs-dev] [PATCH] mkfs.f2fs: add VM disk files to hot data types Park Ju Hyung
2021-02-16 16:01 ` Jaegeuk Kim [this message]
2021-02-19 7:30 ` Chao Yu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YCvscBgjQoD4cCMV@google.com \
--to=jaegeuk@kernel.org \
--cc=linux-f2fs-devel@lists.sourceforge.net \
--cc=qkrwngud825@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.