RE: [PATCH] ia64: fix build failure on fs/quota.c

2007-07-26 Thread Doug Chapman
On Thu, 2007-07-26 at 14:24 -0700, Luck, Tony wrote: > This issue wandered off onto a long thread "build fix for x86_64" which > died out without a final patch. Here's the summary: > Ahh, thanks, I had not seen that thread. > > +#if defined(CONFIG_X86_64) || (defined(CONFIG_IA64) && > >

RE: [PATCH] ia64: fix build failure on fs/quota.c

2007-07-26 Thread Luck, Tony
This issue wandered off onto a long thread "build fix for x86_64" which died out without a final patch. Here's the summary: > +#if defined(CONFIG_X86_64) || (defined(CONFIG_IA64) && > defined(CONFIG_COMPAT)) It was pointed out that x86-64 also has a CONFIG_COMPAT, so the "right" #ifdef mess

Re: [PATCH] ia64: fix build failure on fs/quota.c

2007-07-26 Thread Doug Chapman
On Thu, 2007-07-19 at 13:15 -0400, Doug Chapman wrote: > Fix ia64 build failure on fs/qutoa.c. A recent patch used the > type compat_u64 which on ia64 is only available if CONFIG_COMPAT > is defined. > > > From: Tony Luck <[EMAIL PROTECTED]> > Signed-off-by: Doug Chapman <[EMAIL PROTECTED]> >

RE: [PATCH] ia64: fix build failure on fs/quota.c

2007-07-26 Thread Luck, Tony
This issue wandered off onto a long thread build fix for x86_64 which died out without a final patch. Here's the summary: +#if defined(CONFIG_X86_64) || (defined(CONFIG_IA64) defined(CONFIG_COMPAT)) It was pointed out that x86-64 also has a CONFIG_COMPAT, so the right #ifdef mess would be:

RE: [PATCH] ia64: fix build failure on fs/quota.c

2007-07-26 Thread Doug Chapman
On Thu, 2007-07-26 at 14:24 -0700, Luck, Tony wrote: This issue wandered off onto a long thread build fix for x86_64 which died out without a final patch. Here's the summary: Ahh, thanks, I had not seen that thread. +#if defined(CONFIG_X86_64) || (defined(CONFIG_IA64)

Re: [PATCH] ia64: fix build failure on fs/quota.c

2007-07-26 Thread Doug Chapman
On Thu, 2007-07-19 at 13:15 -0400, Doug Chapman wrote: Fix ia64 build failure on fs/qutoa.c. A recent patch used the type compat_u64 which on ia64 is only available if CONFIG_COMPAT is defined. From: Tony Luck [EMAIL PROTECTED] Signed-off-by: Doug Chapman [EMAIL PROTECTED] -- ---

[PATCH] ia64: fix build failure on fs/quota.c

2007-07-19 Thread Doug Chapman
Fix ia64 build failure on fs/qutoa.c. A recent patch used the type compat_u64 which on ia64 is only available if CONFIG_COMPAT is defined. From: Tony Luck <[EMAIL PROTECTED]> Signed-off-by: Doug Chapman <[EMAIL PROTECTED]> -- --- a/fs/quota.c +++ b/fs/quota.c @@ -387,7 +387,7 @@ asmlinkage

[PATCH] ia64: fix build failure on fs/quota.c

2007-07-19 Thread Doug Chapman
Fix ia64 build failure on fs/qutoa.c. A recent patch used the type compat_u64 which on ia64 is only available if CONFIG_COMPAT is defined. From: Tony Luck [EMAIL PROTECTED] Signed-off-by: Doug Chapman [EMAIL PROTECTED] -- --- a/fs/quota.c +++ b/fs/quota.c @@ -387,7 +387,7 @@ asmlinkage long