From: James Hogan Date: Wed, 23 Apr 2014 10:08:06 +0000 (+0100) Subject: scripts/checksyscalls.sh: Make renameat optional X-Git-Tag: omap-for-v3.16/fixes-against-rc1~157^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68b7752462aba4716d9236b28aaa91b48fe059cd;p=pandora-kernel.git scripts/checksyscalls.sh: Make renameat optional 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. This patch doesn't affect existing architectures. Signed-off-by: James Hogan Acked-by: Arnd Bergmann Signed-off-by: Miklos Szeredi Cc: linux-arch@vger.kernel.org --- Reading git-diff-tree failed