Re: [PATCH v6 14/17] aarch64: ilp32: use generic stat64 structure

2015-11-05 Thread Arnd Bergmann
On Tuesday 03 November 2015 02:30:43 Yury Norov wrote: > Generic 32-bit and AARCH32 stat64 structures has same names. > ILP32 needs generic stat64. So we can either make ILP32 mutual > exclusive with AARCH32, or introduce __stat64, and where needed, > cast stat64 to it with #define. > > Second

Re: [PATCH v6 14/17] aarch64: ilp32: use generic stat64 structure

2015-11-05 Thread Arnd Bergmann
On Tuesday 03 November 2015 02:30:43 Yury Norov wrote: > Generic 32-bit and AARCH32 stat64 structures has same names. > ILP32 needs generic stat64. So we can either make ILP32 mutual > exclusive with AARCH32, or introduce __stat64, and where needed, > cast stat64 to it with #define. > > Second

[PATCH v6 14/17] aarch64: ilp32: use generic stat64 structure

2015-11-02 Thread Yury Norov
Generic 32-bit and AARCH32 stat64 structures has same names. ILP32 needs generic stat64. So we can either make ILP32 mutual exclusive with AARCH32, or introduce __stat64, and where needed, cast stat64 to it with #define. Second option requires to duplicate cp_new_stat64 code. But we choose it,

[PATCH v6 14/17] aarch64: ilp32: use generic stat64 structure

2015-11-02 Thread Yury Norov
Generic 32-bit and AARCH32 stat64 structures has same names. ILP32 needs generic stat64. So we can either make ILP32 mutual exclusive with AARCH32, or introduce __stat64, and where needed, cast stat64 to it with #define. Second option requires to duplicate cp_new_stat64 code. But we choose it,