[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CA+55aFwnjWH6Z+dostFn7Uyuyb7TB2-AJOqS7WQN+b8G-M0PNA@mail.gmail.com>
Date: Sat, 6 May 2017 10:27:04 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Jörg Otte <jrg.otte@...il.com>
Cc: Stafford Horne <shorne@...il.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Al Viro <viro@...iv.linux.org.uk>
Subject: Re: [4.12.0-rc0]: compile error in initramfs.c
On Sat, May 6, 2017 at 8:40 AM, Jörg Otte <jrg.otte@...il.com> wrote:
> In kernel 4.11.0-10502-g3ef2bc0 I get following compile error:
>
> /kernel/linux/init/initramfs.c: In function 'populate_rootfs':
> /kernel/linux/init/initramfs.c:644:2: error: label at end of compound statement
> done:
Ok,need to add an empty statement there.
I wonder why I didn't see that warning.
.. oh, it's because even my allmodconfig build just ends up having
CONFIG_BLK_DEV_RAM=m
rather than the built-in case.
Will fix.
Linus
Powered by blists - more mailing lists