Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755126AbaDSSyO (ORCPT ); Sat, 19 Apr 2014 14:54:14 -0400 Received: from mout.gmx.net ([212.227.15.19]:62438 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754851AbaDSSyJ (ORCPT ); Sat, 19 Apr 2014 14:54:09 -0400 Message-ID: <5352C64C.1040204@gmx.de> Date: Sat, 19 Apr 2014 20:54:04 +0200 From: Helge Deller User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Miklos Szeredi , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org CC: Miklos Szeredi Subject: Re: [PATCH 09/15] parisc: add renameat2 syscall References: <1397211951-20549-1-git-send-email-miklos@szeredi.hu> <1397211951-20549-10-git-send-email-miklos@szeredi.hu> In-Reply-To: <1397211951-20549-10-git-send-email-miklos@szeredi.hu> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:MYgi0YrlzeEiKUZ4V2Ozq4D9PPrVtyks/OUEeTlkkAFvZ0vxr7Y 0COT3z/8exfjmisgplvw8jGhsdp7ozO1HVP2orSk6kb4ZvRNfWo5BSahshAHjfUHb+fRiJp Rp3TcPQIZBDx4j4h+s25h7gtZ+h3+qCbqupT4PturL7Ww144KKzDJiFpiv6+r86fOvrzExP CmdMLwpXEuprh2UUdUu2w== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/11/2014 12:25 PM, Miklos Szeredi wrote: > From: Miklos Szeredi Thanks Miklos! > Signed-off-by: Miklos Szeredi > Cc: Helge Deller Acked-by: Helge Deller Can you please push it with the other arches. Helge > --- > arch/parisc/include/uapi/asm/unistd.h | 3 ++- > arch/parisc/kernel/syscall_table.S | 1 + > 2 files changed, 3 insertions(+), 1 deletion(-) > > diff --git a/arch/parisc/include/uapi/asm/unistd.h b/arch/parisc/include/uapi/asm/unistd.h > index 265ae5190b0a..47e0e21d2272 100644 > --- a/arch/parisc/include/uapi/asm/unistd.h > +++ b/arch/parisc/include/uapi/asm/unistd.h > @@ -829,8 +829,9 @@ > #define __NR_sched_setattr (__NR_Linux + 334) > #define __NR_sched_getattr (__NR_Linux + 335) > #define __NR_utimes (__NR_Linux + 336) > +#define __NR_renameat2 (__NR_Linux + 337) > > -#define __NR_Linux_syscalls (__NR_utimes + 1) > +#define __NR_Linux_syscalls (__NR_renameat2 + 1) > > > #define __IGNORE_select /* newselect */ > diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S > index 80e5dd248934..a595266fdb4d 100644 > --- a/arch/parisc/kernel/syscall_table.S > +++ b/arch/parisc/kernel/syscall_table.S > @@ -432,6 +432,7 @@ > ENTRY_SAME(sched_setattr) > ENTRY_SAME(sched_getattr) /* 335 */ > ENTRY_COMP(utimes) > + ENTRY_COMP(renameat2) > > /* Nothing yet */ > > -- 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/