Re: [4.12.0-rc0]: compile error in initramfs.c

From: Stafford Horne
Date: Sat May 06 2017 - 14:53:59 EST


On Sat, May 06, 2017 at 10:39:01AM -0700, Linus Torvalds wrote:
> On Sat, May 6, 2017 at 10:28 AM, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
> >
> > A fix was posted here:
> > http://marc.info/?l=linux-kernel&m=149405418520059&w=2
>
> That looks like it will just cause a warning instead ("unused label").
>
> The proper fix is to just add an empty statement. Pushing that out.

Thanks for getting that pushed out already, I was just about to send out my
patch. Yours is better as I didnt like moving that label out of the block
and being an unused label.

I guess this is my first brown paper bag bug,

Thanks again,

-Stafford