Re: [PATCH] f2fs: Fix signedness bugs in f2fs_gc_pinned_control functions

From: Chao Yu
Date: Fri Apr 15 2022 - 05:33:18 EST


On 2022/4/15 16:49, Jiapeng Chong wrote:
Fix the following smatch warning:

fs/f2fs/gc.c:688 f2fs_gc_pinned_control() warn: signedness bug returning
'(-16)'.

Oops, thanks for catching this...

It's better to merge this patch into original patch, if you don't mind?

Thanks,