Re: [PATCH 1/5 v2] f2fs: add mount option for segment allocation policy

From: Chao Yu
Date: Wed Feb 28 2018 - 04:30:13 EST


On 2018/2/28 13:09, Jaegeuk Kim wrote:
> Change log from v1:
> - add doc :)
>
> This patch adds an mount option, "alloc_mode=%s" having two options, "default"
> and "reuse".
>
> In "alloc_mode=reuse" case, f2fs starts to allocate segments from 0'th segment
> all the time to reassign segments. It'd be useful for small-sized eMMC parts.
>
> Signed-off-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>

Reviewed-by: Chao Yu <yuchao0@xxxxxxxxxx>

Thanks,