From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756598AbdIHRMm (ORCPT ); Fri, 8 Sep 2017 13:12:42 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:55126 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753338AbdIHRMk (ORCPT ); Fri, 8 Sep 2017 13:12:40 -0400 Date: Fri, 8 Sep 2017 18:12:35 +0100 From: Al Viro To: Colin King Cc: Ingo Molnar , Thomas Gleixner , Andrew Morton , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] signal: remove unused variable mask Message-ID: <20170908171235.GA5426@ZenIV.linux.org.uk> References: <20170908155639.4413-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170908155639.4413-1-colin.king@canonical.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 08, 2017 at 04:56:39PM +0100, Colin King wrote: > From: Colin Ian King > > The variable mask was introduced by an earlier commit and does not seem > to be used, so remove it. Equivalent is already folded into the original commit in my tree; will push out tonight