Re: [PATCH] ext4: change variable "count" to signed integer

From: Dan Carpenter
Date: Mon Jun 20 2022 - 01:45:52 EST


On Sat, Jun 18, 2022 at 06:22:00PM -0400, Theodore Ts'o wrote:
> On Sat, Jun 18, 2022 at 12:33:01PM +0300, Dan Carpenter wrote:
> > On Fri, Jun 17, 2022 at 10:59:01PM -0400, Theodore Ts'o wrote:
> > > On Mon, 30 May 2022 18:00:47 +0800, Ding Xiang wrote:
> > > > Since dx_make_map() may return -EFSCORRUPTED now,
> > > > so change "count" to signed integer.
> > > >
> > > >
> > >
> > > Applied, thanks!
> > >
> > > [1/1] ext4: change variable "count" to signed integer
> > > commit: fefb759df063599ad483422eb07ef8e14c612cc2
> > >
> >
> > There was some kind of process error here...
> >
> > 1) That commit somehow never made it to linux-next.
>
> That's I only pushed it out Friday night (US/Eastern), and Stephen
> Rothwell creates new linux-next release based on snapshots taken
> Monday through Friday in the Morning (AU/Canberra time).
>
> Things have been crazy busy, so a last set of ext4 backports only
> happened Friday starting around 10pm localtime. (Yes, I have no
> life.)

Ah, sorry. I didn't look at the dates carefully. Thanks for taking
care of this.

It's so weird that kbuild and I didn't send this bug report. I can't
figure that bit out at all. It's not super common though and other
people are looking at static analysis so it worked out in the end.

regards,
dan carpenter