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 <[email protected]> --- mkfs/f2fs_format.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mkfs/f2fs_format.c b/mkfs/f2fs_format.c index 3fc2f05437dd..f4a1b08789c1 100644 --- a/mkfs/f2fs_format.c +++ b/mkfs/f2fs_format.c @@ -69,6 +69,7 @@ const char *media_ext_lists[] = { }; const char *hot_ext_lists[] = { + "db", NULL }; -- 2.15.0.55.gc2ece9dc4de6

