From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Sterba Date: Wed, 18 Apr 2012 10:14:07 +0000 Subject: Re: [patch 1/2] Btrfs: double unlock bug in error handling Message-Id: <20120418101407.GG20982@twin.jikos.cz> List-Id: References: <20120418065903.GE12831@elgon.mountain> In-Reply-To: <20120418065903.GE12831@elgon.mountain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: Chris Mason , Jeff Mahoney , linux-btrfs@vger.kernel.org, kernel-janitors@vger.kernel.org On Wed, Apr 18, 2012 at 09:59:03AM +0300, Dan Carpenter wrote: > The caller expects this function to return with the lock held and > releases it immediately on error. > > Signed-off-by: Dan Carpenter Reviewed-by: David Sterba Good catch, thanks.