Re: [RFC 2/3] scripts/checksyscalls.sh: Make renameat optional

2014-04-23 Thread Arnd Bergmann
On Wednesday 23 April 2014, James Hogan wrote: > The new renameat2 syscall provides all the functionality of renameat > with an additional flags argument, so make renameat optional so that > future architectures can omit it without getting a warning. > > Signed-off-by: James Hogan > Cc: Arnd Berg

[RFC 2/3] scripts/checksyscalls.sh: Make renameat optional

2014-04-23 Thread James Hogan
The new renameat2 syscall provides all the functionality of renameat with an additional flags argument, so make renameat optional so that future architectures can omit it without getting a warning. Signed-off-by: James Hogan Cc: Arnd Bergmann Cc: linux-a...@vger.kernel.org --- This patch doesn't