mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2025-02-17 09:28:28 +00:00
mkfs.f2fs: treat db's data as hot one
DB files like .db, .db-journal, .db-wal, .db-shm are very active, this patch adds db file type to hot file extension list by default. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
6fdc37ff26
commit
7b73b6e4b2
@ -69,6 +69,7 @@ const char *media_ext_lists[] = {
|
||||
};
|
||||
|
||||
const char *hot_ext_lists[] = {
|
||||
"db",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user