ia64 allmodconfig gives:
fs/stat.c: In function `cp_new_stat':
fs/stat.c:234: error: structure has no member named `st_i_version'
I'll drop the ext4 tree.
On Thu, Feb 15, 2007 at 04:00:21AM -0800, Andrew Morton wrote:
>
> ia64 allmodconfig gives:
>
> fs/stat.c: In function `cp_new_stat':
> fs/stat.c:234: error: structure has no member named `st_i_version'
>
> I'll drop the ext4 tree.
Looks like the problem is that the patch hacks include/asm-i386/stat.h
and include/asm-x86_64, but no other architecture.
Jean Noel, I'm going to drop NFSv4 i_version patches from the ext4 tree
until all of these issues have been dealt with.
- Ted
Theodore Tso a ?crit :
> On Thu, Feb 15, 2007 at 04:00:21AM -0800, Andrew Morton wrote:
>> ia64 allmodconfig gives:
>>
>> fs/stat.c: In function `cp_new_stat':
>> fs/stat.c:234: error: structure has no member named `st_i_version'
>>
>> I'll drop the ext4 tree.
>
> Looks like the problem is that the patch hacks include/asm-i386/stat.h
> and include/asm-x86_64, but no other architecture.
>
> Jean Noel, I'm going to drop NFSv4 i_version patches from the ext4 tree
> until all of these issues have been dealt with.
>
I agree, there are still some work to do.
Concerning this patch, it's not absolutly needed, but can be usefull.
I'll make it cleaner.