From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Norris Subject: Re: [PATCH V2 linux-next] jffs2: fix sparse warning: unexpected unlock Date: Wed, 22 Oct 2014 01:40:45 -0700 Message-ID: <20141022084045.GI16128@brian-ubuntu> References: <1411932392-7751-1-git-send-email-fabf@skynet.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f50.google.com ([209.85.220.50]:41116 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751400AbaJVIkt (ORCPT ); Wed, 22 Oct 2014 04:40:49 -0400 Content-Disposition: inline In-Reply-To: <1411932392-7751-1-git-send-email-fabf@skynet.be> Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Fabian Frederick Cc: linux-kernel@vger.kernel.org, linux-sparse@vger.kernel.org, Josh Triplett , David Woodhouse , linux-mtd@lists.infradead.org On Sun, Sep 28, 2014 at 09:26:32PM +0200, Fabian Frederick wrote: > fs/jffs2/summary.c:846:5: warning: context imbalance in 'jffs2_sum_write_sumnode' - unexpected unlock > > Suggested-by: Brian Norris > Suggested-by: Josh Triplett > Signed-off-by: Fabian Frederick > --- > V2: use __must_hold instead of __releases / __acquires > (suggested by Brian Norris and Josh Triplett) Pushed to l2-mtd.git. Thanks! Brian