Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758669Ab1DYRMj (ORCPT ); Mon, 25 Apr 2011 13:12:39 -0400 Received: from mail-qw0-f46.google.com ([209.85.216.46]:64591 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755923Ab1DYRMi (ORCPT ); Mon, 25 Apr 2011 13:12:38 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=lvLqdS/mgaKP8/iTDeFB6C1OW1+AVefb+UBLKyZVjEoL96k7iBvkM/8la08GsSw2JV ALEqtKAiCE7Oi0hHXJ0qn+6iz7/zPUYNJyhTRRkU9/0iCp3v6l7F9cSm1lDAd5aaFnHy 3GU5QUQ4E56ZMX3AzOX+YAi369cxzkDYq5+/s= MIME-Version: 1.0 In-Reply-To: <20110425170737.GB18363@redhat.com> References: <20110418134421.GA15951@redhat.com> <20110418173224.GA27918@redhat.com> <20110423175901.GA484@redhat.com> <20110423180000.GD484@redhat.com> <20110425115253.GP17734@mtj.dyndns.org> <20110425160115.GC14934@redhat.com> <20110425162758.GD30828@mtj.dyndns.org> <20110425170737.GB18363@redhat.com> Date: Mon, 25 Apr 2011 19:12:37 +0200 X-Google-Sender-Auth: 6bqFXQILpYEeDpcfJL5bOLCeFF4 Message-ID: Subject: Re: [PATCH 3/3] signal: do_sigtimedwait() needs retarget_shared_pending() From: Tejun Heo To: Oleg Nesterov Cc: Linus Torvalds , Andrew Morton , "Nikita V. Youshchenko" , Matt Fleming , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 758 Lines: 22 On Mon, Apr 25, 2011 at 7:07 PM, Oleg Nesterov wrote: >> set_tsk_sigmask() > > but it is not _tsk, it is specially named set_current_blocked() to > show that it only applies to current. And _blocked clearly shows what > it should change, like set_current_state(). Ooh, I meant set_current_sigmask(). > OK, this is purely cosmetic, and __set_tsk_blocked() is static and has > a single caller. Can we keep this naming for now? it would be trivial > to rename later. Sure, no biggie. -- 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/