From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fgwmail8.fujitsu.co.jp (fgwmail8.fujitsu.co.jp [192.51.44.38]) by ozlabs.org (Postfix) with ESMTP id 40B46B713F for ; Wed, 23 Jun 2010 21:04:02 +1000 (EST) Received: from fgwmail7.fujitsu.co.jp (fgwmail7.fujitsu.co.jp [192.51.44.37]) by fgwmail8.fujitsu.co.jp (Fujitsu Gateway) with ESMTP id o5NAUqsS022087 for (envelope-from kosaki.motohiro@jp.fujitsu.com); Wed, 23 Jun 2010 19:30:52 +0900 Received: from m4.gw.fujitsu.co.jp ([10.0.50.74]) by fgwmail7.fujitsu.co.jp (Fujitsu Gateway) with ESMTP id o5NAUobn028327 for (envelope-from kosaki.motohiro@jp.fujitsu.com); Wed, 23 Jun 2010 19:30:50 +0900 Received: from smail (m4 [127.0.0.1]) by outgoing.m4.gw.fujitsu.co.jp (Postfix) with ESMTP id AECA245DE7C for ; Wed, 23 Jun 2010 19:30:49 +0900 (JST) Received: from s4.gw.fujitsu.co.jp (s4.gw.fujitsu.co.jp [10.0.50.94]) by m4.gw.fujitsu.co.jp (Postfix) with ESMTP id 77ABD45DE70 for ; Wed, 23 Jun 2010 19:30:49 +0900 (JST) Received: from s4.gw.fujitsu.co.jp (localhost.localdomain [127.0.0.1]) by s4.gw.fujitsu.co.jp (Postfix) with ESMTP id 462DFE38009 for ; Wed, 23 Jun 2010 19:30:49 +0900 (JST) Received: from m108.s.css.fujitsu.com (m108.s.css.fujitsu.com [10.249.87.108]) by s4.gw.fujitsu.co.jp (Postfix) with ESMTP id EB159E38002 for ; Wed, 23 Jun 2010 19:30:48 +0900 (JST) From: KOSAKI Motohiro To: Andi Kleen Subject: Re: [PATCH 31/40] trace syscalls: Convert various generic compat syscalls In-Reply-To: <4C21DFBA.2070202@linux.intel.com> References: <1277287401-28571-32-git-send-email-imunsie@au1.ibm.com> <4C21DFBA.2070202@linux.intel.com> Message-Id: <20100623192930.B5A9.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Date: Wed, 23 Jun 2010 19:30:47 +0900 (JST) Cc: Christoph Lameter , WANG Cong , Frederic Weisbecker , Heiko Carstens , Oleg Nesterov , linuxppc-dev@ozlabs.org, Paul Mackerras , "H. Peter Anvin" , Sam Ravnborg , Mike Frysinger , Eric Dumazet , Jeff Moyer , Ingo Molnar , kosaki.motohiro@jp.fujitsu.com, Ingo Molnar , Arnd Bergmann , David Rientjes , Steven Rostedt , Ian Munsie , Thomas Gleixner , Johannes Berg , Roland McGrath , Lee Schermerhorn , Arnaldo Carvalho de Melo , Neil Horman , linux-mm@kvack.org, netdev@vger.kernel.org, Jason Baron , Greg Kroah-Hartman , Roel Kluin , linux-kernel@vger.kernel.org, kexec@lists.infradead.org, Eric Biederman , linux-fsdevel@vger.kernel.org, Simon Kagstrom , Andrew Morton , "David S. Miller" , Alexander Viro List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > , Ian Munsie wrote: > > From: Ian Munsie > > > > This patch converts numerous trivial compat syscalls through the generic > > kernel code to use the COMPAT_SYSCALL_DEFINE family of macros. > > Why? This just makes the code look uglier and the functions harder > to grep for. I guess trace-syscall feature need to override COMPAT_SYSCALL_DEFINE. but It's only guess...