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

From: Jaegeuk Kim
Date: Fri Apr 15 2022 - 16:28:27 EST


On 04/15, Chao Yu wrote:
> 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?

Applied.

>
> Thanks,