mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
mkfs.f2fs: add VM disk files to hot data types
Similar to .db files, these are randomly updated extremely frequently. Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
73c0871641
commit
5144f2f71b
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user