Re: [f2fs-dev] [PATCH 2/2] mkfs.f2fs: add VM disk files to hot data types

2019-08-15 Thread Chao Yu
Hi Ju Hyung, On 2019/8/14 17:22, Ju Hyung Park wrote: > Hi Chao, > > You're right and Android will never use those types. > > But then again, what's the point of separating the list? I'm just thinking to use extension list space more efficiently to avoid free slot exhaustion. And in android,

Re: [f2fs-dev] [PATCH 2/2] mkfs.f2fs: add VM disk files to hot data types

2019-08-14 Thread Ju Hyung Park
Hi Chao, You're right and Android will never use those types. But then again, what's the point of separating the list? I haven't encountered an Android user or an OEM that wants to customize this list by passing an argument to mkfs.f2fs. If an OEM want to customize this list, directly modifying

Re: [f2fs-dev] [PATCH 2/2] mkfs.f2fs: add VM disk files to hot data types

2019-08-13 Thread Chao Yu
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 > --- > mkfs/f2fs_format.c | 5 + > 1 file