Re: [PATCH 5/6] f2fs: simplify return value handling in f2fs_fsync_node_pages
From: Chao Yu
Date: Thu May 08 2025 - 05:53:55 EST
On 5/8/25 13:14, Christoph Hellwig wrote:
> Always assign ret where the error happens, and jump to out instead
> of multiple loop exit conditions to prepare for changes in the
> __write_node_folio calling convention.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
Thanks,