From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Mon, 28 Mar 2011 11:23:27 -0400 Subject: [Cluster-devel] [PATCH] dlm: Remove superfluous call to recalc_sigpending() In-Reply-To: <1300975007-1944-1-git-send-email-matt@console-pimps.org> References: <1300975007-1944-1-git-send-email-matt@console-pimps.org> Message-ID: <20110328152327.GA16080@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thu, Mar 24, 2011 at 01:56:47PM +0000, Matt Fleming wrote: > From: Matt Fleming > > recalc_sigpending() is called within sigprocmask(), so there is no > need call it again after sigprocmask() has returned. Thanks, pushed to dlm.git next. Dave