From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757442AbaEPRaA (ORCPT ); Fri, 16 May 2014 13:30:00 -0400 Received: from mail-ob0-f174.google.com ([209.85.214.174]:48844 "EHLO mail-ob0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752691AbaEPR37 (ORCPT ); Fri, 16 May 2014 13:29:59 -0400 MIME-Version: 1.0 In-Reply-To: References: <1397211951-20549-1-git-send-email-miklos@szeredi.hu> <1397211951-20549-15-git-send-email-miklos@szeredi.hu> Date: Fri, 16 May 2014 21:29:59 +0400 Message-ID: Subject: Re: [PATCH 14/15] xtensa: add renameat2 syscall From: Max Filippov To: Miklos Szeredi Cc: Chris Zankel , Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Miklos, On Thu, May 15, 2014 at 4:25 PM, Miklos Szeredi wrote: > On Fri, Apr 11, 2014 at 12:25 PM, Miklos Szeredi wrote: >> From: Miklos Szeredi >> >> Signed-off-by: Miklos Szeredi >> Cc: Chris Zankel > > Chris, > > I'll be sending a batch of patches with arch support for the renameat2 > syscall to Linus next week. If you'd like me to send this as well, > could you please ACK it? not Chris, but FWIW, Acked-by: Max Filippov >> --- >> arch/xtensa/include/uapi/asm/unistd.h | 5 ++++- >> 1 file changed, 4 insertions(+), 1 deletion(-) >> >> diff --git a/arch/xtensa/include/uapi/asm/unistd.h b/arch/xtensa/include/uapi/asm/unistd.h >> index b9395529f02d..8883fc877c5c 100644 >> --- a/arch/xtensa/include/uapi/asm/unistd.h >> +++ b/arch/xtensa/include/uapi/asm/unistd.h >> @@ -739,7 +739,10 @@ __SYSCALL(334, sys_sched_setattr, 2) >> #define __NR_sched_getattr 335 >> __SYSCALL(335, sys_sched_getattr, 3) >> >> -#define __NR_syscall_count 336 >> +#define __NR_renameat2 336 >> +__SYSCALL(336, sys_renameat2, 5) >> + >> +#define __NR_syscall_count 337 >> >> /* >> * sysxtensa syscall handler >> -- >> 1.8.1.4 -- Thanks. -- Max