Re: [PATCH v2] asm-generic: Drop renameat syscall from default list

2016-05-02 Thread Arnd Bergmann
On Monday 02 May 2016 05:13:46 Vineet Gupta wrote: > On Saturday 30 April 2016 02:59 AM, James Hogan wrote: > > The newer renameat2 syscall provides all the functionality provided by > > the renameat syscall and adds flags, so future architectures won't need > > to include renameat. > > > > Therefo

Re: [PATCH v2] asm-generic: Drop renameat syscall from default list

2016-05-01 Thread Vineet Gupta
On Saturday 30 April 2016 02:59 AM, James Hogan wrote: > The newer renameat2 syscall provides all the functionality provided by > the renameat syscall and adds flags, so future architectures won't need > to include renameat. > > Therefore drop the renameat syscall from the generic syscall list unle

[PATCH v2] asm-generic: Drop renameat syscall from default list

2016-04-29 Thread James Hogan
The newer renameat2 syscall provides all the functionality provided by the renameat syscall and adds flags, so future architectures won't need to include renameat. Therefore drop the renameat syscall from the generic syscall list unless __ARCH_WANT_RENAMEAT is defined by the architecture's unistd.