Re: [PATCH v4 2/4] f2fs: update_sit_entry_for_release() supports consecutive blocks.

From: Chao Yu
Date: Thu Dec 26 2024 - 09:16:04 EST


On 2024/12/23 16:10, Yi Sun wrote:
This function can process some consecutive blocks at a time.

When using update_sit_entry() to release consecutive blocks,
ensure that the consecutive blocks belong to the same segment.
Because after update_sit_entry_for_realese(), @segno is still
in use in update_sit_entry().

Signed-off-by: Yi Sun <yi.sun@xxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,