2007-02-15 12:00:38

by Andrew Morton

[permalink] [raw]
Subject: i_version_3_ext4_user_interface.patch


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.


2007-02-15 17:35:28

by Theodore Ts'o

[permalink] [raw]
Subject: Re: i_version_3_ext4_user_interface.patch

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

2007-02-16 16:02:17

by Cordenner jean noel

[permalink] [raw]
Subject: Re: i_version_3_ext4_user_interface.patch

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.