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 unless > __ARCH_WANT_RENAMEAT is defined by the architecture's unistd.h prior to > including asm-generic/unistd.h, and adjust all architectures using the > generic syscall list to define it so that no in-tree architectures are > affected. > > Signed-off-by: James Hogan <james.hogan@xxxxxxxxxx> > Cc: Arnd Bergmann <arnd@xxxxxxxx> > Cc: linux-arch@xxxxxxxxxxxxxxx > Cc: Vineet Gupta <vgupta@xxxxxxxxxxxx> > Cc: linux-snps-arc@xxxxxxxxxxxxxxxxxxx > Cc: Catalin Marinas <catalin.marinas@xxxxxxx> > Cc: Will Deacon <will.deacon@xxxxxxx> > Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > Cc: Mark Salter <msalter@xxxxxxxxxx> > Cc: Aurelien Jacquiot <a-jacquiot@xxxxxx> > Cc: linux-c6x-dev@xxxxxxxxxxxxx > Cc: Richard Kuo <rkuo@xxxxxxxxxxxxxx> > Cc: linux-hexagon@xxxxxxxxxxxxxxx > Cc: linux-metag@xxxxxxxxxxxxxxx > Cc: Jonas Bonn <jonas@xxxxxxxxxxxx> > Cc: linux@xxxxxxxxxxxxxxxxxx > Cc: Chen Liqin <liqin.linux@xxxxxxxxx> > Cc: Lennox Wu <lennox.wu@xxxxxxxxx> > Cc: Chris Metcalf <cmetcalf@xxxxxxxxxxxx> > Cc: Guan Xuetao <gxt@xxxxxxxxxxxxxxx> > Cc: Ley Foon Tan <lftan@xxxxxxxxxx> > Cc: nios2-dev@xxxxxxxxxxxxxxxxxxxxxx > Cc: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> > Cc: uclinux-h8-devel@xxxxxxxxxxxxxxxxxxxx > --- > I just found this patch on an old branch, it appears to have slipped > through the cracks. Time for a respon. > > Changes in v2: > - Rebase onto v4.6-rc5. > - Add __ARCH_WANT_RENAMEAT to h8300 and nios2 arches too. > --- > arch/arc/include/uapi/asm/unistd.h | 1 + Acked-by: Vineet Gupta <vgupta@xxxxxxxxxxxx> # for arch/arc -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html