Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753837AbaDWLrA (ORCPT ); Wed, 23 Apr 2014 07:47:00 -0400 Received: from mail-ob0-f170.google.com ([209.85.214.170]:38632 "EHLO mail-ob0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752552AbaDWLq6 (ORCPT ); Wed, 23 Apr 2014 07:46:58 -0400 MIME-Version: 1.0 X-Originating-IP: [217.156.156.35] In-Reply-To: <1397211951-20549-16-git-send-email-miklos@szeredi.hu> References: <1397211951-20549-1-git-send-email-miklos@szeredi.hu> <1397211951-20549-16-git-send-email-miklos@szeredi.hu> Date: Wed, 23 Apr 2014 12:46:57 +0100 X-Google-Sender-Auth: bhNWmPW_chDCEBpwyGi8ZbKXZoc Message-ID: Subject: Re: [PATCH 15/15] asm-generic: add renameat2 syscall From: James Hogan To: Miklos Szeredi Cc: linux-arch@vger.kernel.org, LKML , Miklos Szeredi , Arnd Bergmann 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 11 April 2014 11:25, Miklos Szeredi wrote: > From: Miklos Szeredi > > Signed-off-by: Miklos Szeredi > Cc: Arnd Bergmann Acked-by: James Hogan [metag] Thanks James > --- > include/uapi/asm-generic/unistd.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/include/uapi/asm-generic/unistd.h b/include/uapi/asm-generic/unistd.h > index 6db66783d268..333640608087 100644 > --- a/include/uapi/asm-generic/unistd.h > +++ b/include/uapi/asm-generic/unistd.h > @@ -697,9 +697,11 @@ __SYSCALL(__NR_finit_module, sys_finit_module) > __SYSCALL(__NR_sched_setattr, sys_sched_setattr) > #define __NR_sched_getattr 275 > __SYSCALL(__NR_sched_getattr, sys_sched_getattr) > +#define __NR_renameat2 276 > +__SYSCALL(__NR_renameat2, sys_renameat2) > > #undef __NR_syscalls > -#define __NR_syscalls 276 > +#define __NR_syscalls 277 > > /* > * All syscalls below here should go away really, > -- > 1.8.1.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-arch" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/