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) &&
> > defin
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 wou
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]>
>
>
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 lo
4 matches
Mail list logo