From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Mon, 21 May 2012 11:39:32 -0400 Subject: [Cluster-devel] [patch] dlm: remove stray unlock In-Reply-To: <20120521143526.GB25114@elgon.mountain> References: <20120521143526.GB25114@elgon.mountain> Message-ID: <20120521153932.GA14564@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 Mon, May 21, 2012 at 05:35:26PM +0300, Dan Carpenter wrote: > Smatch complains that we unlock this twice. It looks like an accidental > to me. Thanks, will fix that.