RE: ia64 build failure from recent diskquota patch

2007-07-18 Thread Doug Chapman
On Wed, 2007-07-18 at 14:45 -0700, Luck, Tony wrote: > > The type compat_u64 on ia64 is defined if CONFIG_COMPAT is defined > > (which is rare these days on ia64) So, it appears we are missing > > an #ifdef CONFIG_COMPAT somewhere in fs/quota.c. I will leave that > > up to the original author to

ia64 build failure from recent diskquota patch

2007-07-18 Thread Doug Chapman
The commit: b716395e2b8e450e294537de0c91476ded2f0395 introduces a build failure on ia64. CC fs/quota.o fs/quota.c:396: error: expected specifier-qualifier-list before ‘compat_u64’ fs/quota.c:409: error: expected specifier-qualifier-list before ‘compat_u64’ fs/quota.c:420: error: expected

ia64 build failure from recent diskquota patch

2007-07-18 Thread Doug Chapman
The commit: b716395e2b8e450e294537de0c91476ded2f0395 introduces a build failure on ia64. CC fs/quota.o fs/quota.c:396: error: expected specifier-qualifier-list before ‘compat_u64’ fs/quota.c:409: error: expected specifier-qualifier-list before ‘compat_u64’ fs/quota.c:420: error: expected

RE: ia64 build failure from recent diskquota patch

2007-07-18 Thread Doug Chapman
On Wed, 2007-07-18 at 14:45 -0700, Luck, Tony wrote: The type compat_u64 on ia64 is defined if CONFIG_COMPAT is defined (which is rare these days on ia64) So, it appears we are missing an #ifdef CONFIG_COMPAT somewhere in fs/quota.c. I will leave that up to the original author to