Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932190Ab1DYLji (ORCPT ); Mon, 25 Apr 2011 07:39:38 -0400 Received: from mail-ew0-f46.google.com ([209.85.215.46]:33097 "EHLO mail-ew0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758390Ab1DYLjh (ORCPT ); Mon, 25 Apr 2011 07:39:37 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=XilpxVxZbTRJn2ENzjvgbyXMSwOIcUFg4Rrl5TX0AyokeMB8g4nTrbBJKNCeGrRE7S J6Xz9lU6TclQfGObk42Ipw32geMiEMrYubMykjfQ3e/Y4+nAa3fct9PTCMQ3NuFJcjor vrU+Phko+uQyEcOL0G4I/U2y5dIXGQ4Sis37c= Date: Mon, 25 Apr 2011 13:39:32 +0200 From: Tejun Heo To: Oleg Nesterov Cc: Linus Torvalds , Andrew Morton , "Nikita V. Youshchenko" , Matt Fleming , linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] signal: introduce do_sigtimedwait() to factor out compat/native code Message-ID: <20110425113932.GN17734@mtj.dyndns.org> References: <20110418134421.GA15951@redhat.com> <20110418173224.GA27918@redhat.com> <20110423175901.GA484@redhat.com> <20110423175940.GC484@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110423175940.GC484@redhat.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 676 Lines: 18 On Sat, Apr 23, 2011 at 07:59:40PM +0200, Oleg Nesterov wrote: > Factor out the common code in sys_rt_sigtimedwait/compat_sys_rt_sigtimedwait > to the new helper, do_sigtimedwait(). > > Perhaps it would be better to move compat_sys_rt_sigtimedwait() into > signal.c under CONFIG_COMPAT, then we can make do_sigtimedwait() static. > > Signed-off-by: Oleg Nesterov Acked-by: Tejun Heo -- tejun -- 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/