Re: [f2fs-dev] [PATCH] f2fs: apply zone capacity to all zone type

From: Chao Yu
Date: Sat Mar 25 2023 - 23:53:10 EST


On 2023/3/22 7:35, Jaegeuk Kim wrote:
On 03/21, Jaegeuk Kim wrote:
If we manage the zone capacity per zone type, it'll break the GC assumption.
And, the current logic complains valid block count mismatch.
Let's apply zone capacity to all zone type, if specified.


Added:

Fixes: de881df97768 ("f2fs: support zone capacity less than zone size")

Signed-off-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,