[PATCH 10/19] y2038: use __kernel_stat for sys_newstat syscalls

2015-05-06 Thread Arnd Bergmann
This moves over the sys_new{stat,lstat,fstat,fstatat} system calls to use the newly introduced __kernel_stat. On all 64-bit architectures, the layout is the same as 'struct stat', so nothing changes. On 32-bit architectures, we use a trick to '#define __kernel_stat stat' as long as

[PATCH 10/19] y2038: use __kernel_stat for sys_newstat syscalls

2015-05-06 Thread Arnd Bergmann
This moves over the sys_new{stat,lstat,fstat,fstatat} system calls to use the newly introduced __kernel_stat. On all 64-bit architectures, the layout is the same as 'struct stat', so nothing changes. On 32-bit architectures, we use a trick to '#define __kernel_stat stat' as long as