From: Stephen Rothwell on
Hi Jan,

Today's linux-next build (powerpc ppc64_defconfig) failed like this:

fs/ext3/super.c: In function 'parse_options':
fs/ext3/super.c:1200: error: expected expression before 'case'

Caused by commit 1bef03b44fd8977ee7f6b556e47a8e97b97f4980 ("ext3: Support
for vfsv1 quota format") which has an obvious patch artifact (a line
begins with '+') in a !CONFIG_QUOTA section.

Please at least build test this stuff!

I have reverted that commit for today.
--
Cheers,
Stephen Rothwell sfr(a)canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
From: Jan Kara on
Hi Stephen,

On Thu 03-12-09 10:22:49, Stephen Rothwell wrote:
> Today's linux-next build (powerpc ppc64_defconfig) failed like this:
>
> fs/ext3/super.c: In function 'parse_options':
> fs/ext3/super.c:1200: error: expected expression before 'case'
>
> Caused by commit 1bef03b44fd8977ee7f6b556e47a8e97b97f4980 ("ext3: Support
> for vfsv1 quota format") which has an obvious patch artifact (a line
> begins with '+') in a !CONFIG_QUOTA section.
Ah, that's an artifact of my manual merge with other patches I have in my
tree.

> Please at least build test this stuff!
I've tested it but with CONFIG_QUOTA enabled so this bug was hidden.
Sorry for the breakage.

Honza
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/