From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753515AbZBHJNM (ORCPT ); Sun, 8 Feb 2009 04:13:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752698AbZBHJMz (ORCPT ); Sun, 8 Feb 2009 04:12:55 -0500 Received: from ti-out-0910.google.com ([209.85.142.184]:18341 "EHLO ti-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753365AbZBHJMx (ORCPT ); Sun, 8 Feb 2009 04:12:53 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; b=aVzMJu98WznrKu4GKfQY5Y7V0BtUKCzljAKhtoOEU/kSYo138c0ddai319tExMwirF cfGceg9smCGyYI5/zopXEQ32sGfcNTtoxZPCQc8Bbxbl41sKMdXPf4W8ot3ZruUKDiv9 JC2lduUlMqFEMRNTLNSAx+3IUvTW8gc6jQiVA= Date: Sun, 8 Feb 2009 17:12:44 +0800 From: =?utf-8?Q?Am=C3=A9rico?= Wang To: =?utf-8?Q?Am=C3=A9rico?= Wang Cc: Heiko Carstens , Geert Uytterhoeven , Greg KH , Shane Hathaway , Daolong Wang , User-mode Linux Kernel Development , Jeff Dike , Linux Kernel Development , Rob Landley , Andrew Morton , stable@kernel.org, Al Viro , Geert Uytterhoeven Subject: Re: [uml-devel] [Patch] uml: fix a link error Message-ID: <20090208091244.GB383@hack.private> References: <20090119152104.GC6432@c2.user-mode-linux.org> <49753063.8040007@hathawaymix.org> <20090204204009.GA10680@suse.de> <20090207125956.110591c9@osiris.boeblingen.de.ibm.com> <20090208090642.GA383@hack.private> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20090208090642.GA383@hack.private> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 08, 2009 at 05:07:10PM +0800, Américo Wang wrote: > >> } \ >>- SYSCALL_ALIAS(sys_##name, SyS_##name); \ >>- static inline long SYSC_##name(__SC_DECL##x(__VA_ARGS__)) >>+ SYSCALL_ALIAS(sys##name, SyS##name); \ >>+ static inline long SYSC##name(__SC_DECL##x(__VA_ARGS__)) > >So your final actual name for a syscall 'foo' will be 'sysfoo' >instead of 'sys_foo', right? > Oops, I misread the leading underscore! Sorry. Looks good then, Reviewed-by: WANG Cong -- "Against stupidity, the gods themselves, contend in vain."