Re: [PATCH v6 16/19] aarch64: ilp32: use generic stat64 structure

2015-11-18 Thread Arnd Bergmann
On Wednesday 18 November 2015 23:36:20 Yury Norov wrote: > On Tue, Nov 17, 2015 at 11:09:05PM +0100, Arnd Bergmann wrote: > > On Wednesday 18 November 2015 00:16:56 Yury Norov wrote: > > > Generic 32-bit and AARCH32 stat64 structures has same names. > > > ILP32 needs generic stat64. So we can eithe

Re: [PATCH v6 16/19] aarch64: ilp32: use generic stat64 structure

2015-11-18 Thread Yury Norov
On Tue, Nov 17, 2015 at 11:09:05PM +0100, Arnd Bergmann wrote: > On Wednesday 18 November 2015 00:16:56 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 duplicate gene

Re: [PATCH v6 16/19] aarch64: ilp32: use generic stat64 structure

2015-11-17 Thread Arnd Bergmann
On Wednesday 18 November 2015 00:16:56 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 duplicate generic cp_new_stat64 code > and struct stat64 to sys_ilp32.c. We choose se

[PATCH v6 16/19] aarch64: ilp32: use generic stat64 structure

2015-11-17 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 duplicate generic cp_new_stat64 code and struct stat64 to sys_ilp32.c. We choose second because it's more flexible to have independend support for A