[PATCH 18/22] staging: erofs: turn cache strategies into mount options

2019-07-28 Thread Gao Xiang
Kill all kconfig cache strategies and turn them into mount options "cache_strategy={disable|readahead|readaround}". As the first step, cached pages can still be usable after cache is disabled by remounting, and these pages will be fallen out over time, which can be refined in the later version if

Re: [PATCH 18/22] staging: erofs: turn cache strategies into mount options

2019-07-31 Thread Chao Yu
On 2019/7/29 14:51, Gao Xiang wrote: > Kill all kconfig cache strategies and turn them into mount options > "cache_strategy={disable|readahead|readaround}". > > As the first step, cached pages can still be usable after cache > is disabled by remounting, and these pages will be fallen out > over ti