Re: [PATCH v1] f2fs: simplify list initialization in f2fs_recover_fsync_data()

From: Chao Yu

Date: Wed Nov 12 2025 - 06:05:19 EST


On 11/11/25 20:17, Baolin Liu wrote:
> From: Baolin Liu <liubaolin@xxxxxxxxxx>
>
> In f2fs_recover_fsync_data(),use LIST_HEAD() to declare and
> initialize the list_head in one step instead of using
> INIT_LIST_HEAD() separately.
>
> No functional change.
>
> Signed-off-by: Baolin Liu <liubaolin@xxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,