Re: [PATCH] f2fs: remove else in f2fs_write_cache_pages()

From: Chao Yu
Date: Sun Mar 26 2023 - 09:49:54 EST


On 2023/3/21 1:31, Yangtao Li wrote:
As Christoph Hellwig point out:

Please avoid the else by doing the goto in the branch.

Signed-off-by: Yangtao Li <frank.li@xxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,