Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757156AbaDVPcZ (ORCPT ); Tue, 22 Apr 2014 11:32:25 -0400 Received: from mail-qa0-f52.google.com ([209.85.216.52]:52817 "EHLO mail-qa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757140AbaDVPcS (ORCPT ); Tue, 22 Apr 2014 11:32:18 -0400 MIME-Version: 1.0 X-Originating-IP: [46.139.80.5] In-Reply-To: References: <1397211951-20549-1-git-send-email-miklos@szeredi.hu> <1397211951-20549-7-git-send-email-miklos@szeredi.hu> Date: Tue, 22 Apr 2014 17:32:16 +0200 Message-ID: Subject: Re: [PATCH 06/15] m68k: add renameat2 syscall From: Miklos Szeredi To: Geert Uytterhoeven Cc: Linux-Arch , "linux-kernel@vger.kernel.org" , Miklos Szeredi Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 21, 2014 at 10:10 AM, Geert Uytterhoeven wrote: > Hi Miklos, > > On Fri, Apr 11, 2014 at 12:25 PM, Miklos Szeredi wrote: >> --- a/arch/m68k/kernel/syscalltable.S >> +++ b/arch/m68k/kernel/syscalltable.S >> @@ -371,4 +371,5 @@ ENTRY(sys_call_table) >> .long sys_finit_module >> .long sys_sched_setattr >> .long sys_sched_getattr /* 350 */ >> + .long sys_sched_renameat2 > > "sys_renameat2", please. > > Sorry for not noticing before I threw it at the compiler. Fixed. Thanks! Miklos -- 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/