Re: Cant compile 2.6.26-rc5-mm2 kernel

From: Vegard Nossum
Date: Wed Jun 11 2008 - 16:03:58 EST


Hi,

Thanks for the report.

On Wed, Jun 11, 2008 at 8:08 PM, <arjenpool@xxxxxxxxx> wrote:
> Today i`ve tried to compile a linux-2.6.26-rc5-mm2 kernel obtained with the
> Ketchup tool.
>
> It got halfway interupted with the following error messages:
>
> CC [M] fs/xfs/support/debug.o
> CC [M] fs/xfs/support/uuid.o
> LD [M] fs/xfs/xfs.o
> CC fs/quota.o
> fs/quota.c: In function 'quota_sync_sb':
> fs/quota.c:174: error: implicit declaration of function 'sb_dqopt'

It seems that this definition is needed regardless of CONFIG_QUOTA.

I'm attaching a patch that fixes it for me. I'm not 100% it's the right
thing.


Vegard