Re: [f2fs-dev] [PATCH] f2fs-tools: remove power-of-two limitation of zoned device

From: Chao Yu
Date: Mon Jun 05 2023 - 21:04:27 EST


On 2023/6/1 1:52, Daeho Jeong wrote:
From: Daeho Jeong <daehojeong@xxxxxxxxxx>

Remove power-of-two limitation for zoned device, since zoned devices
don't have it.

Signed-off-by: Daeho Jeong <daehojeong@xxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,