]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/checksyscalls.sh: Make renameat optional
authorJames Hogan <james.hogan@imgtec.com>
Wed, 23 Apr 2014 10:08:06 +0000 (11:08 +0100)
committerMiklos Szeredi <mszeredi@suse.cz>
Tue, 20 May 2014 08:59:38 +0000 (10:59 +0200)
commitd3bcef54f410811b351b72fd0c3beafd13e915fd
treef0fe13fac0021bc2484b4d8f12f895f51eb81e06
parent5dae684d2dce55bf02e69d1e78400479ad116241
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 <james.hogan@imgtec.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Cc: linux-arch@vger.kernel.org
scripts/checksyscalls.sh