From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by ozlabs.org (Postfix) with ESMTP id 96998B71A3 for ; Wed, 23 Jun 2010 20:29:54 +1000 (EST) Message-ID: <4C21DFBA.2070202@linux.intel.com> Date: Wed, 23 Jun 2010 12:19:38 +0200 From: Andi Kleen MIME-Version: 1.0 To: Ian Munsie Subject: Re: [PATCH 31/40] trace syscalls: Convert various generic compat syscalls References: <1277287401-28571-1-git-send-email-imunsie@au1.ibm.com> <1277287401-28571-32-git-send-email-imunsie@au1.ibm.com> In-Reply-To: <1277287401-28571-32-git-send-email-imunsie@au1.ibm.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed 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 , Ingo Molnar , Arnd Bergmann , David Rientjes , Steven Rostedt , Alexander Viro , 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" 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. -Andi