Re: [PATCH] f2fs: fix to check return value of f2fs_allocate_new_section
From: Chao Yu
Date: Sun May 19 2024 - 21:21:54 EST
On 2024/5/17 19:26, Zhiguo Niu wrote:
commit 245930617c9b ("f2fs: fix to handle error paths of {new,change}_curseg()")
missed this allocated path, fix it.
Signed-off-by: Zhiguo Niu <zhiguo.niu@xxxxxxxxxx>
Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
Thanks,