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)