Re: [PATCH 1/1] jffs2: fix sparse warning: unexpected unlock

2014-09-28 Thread Josh Triplett
On Sat, Sep 27, 2014 at 10:41:55AM +0200, Fabian Frederick wrote: > > > > On 27 September 2014 at 01:17 j...@joshtriplett.org wrote: > > > > > > On Mon, Sep 22, 2014 at 11:12:50AM -0700, Brian Norris wrote: > > > + linux-sparse > > > > > > On Thu, Sep 18, 2014 at 08:46:16PM +0200, Fabian Frederic

Re: [PATCH 1/1] jffs2: fix sparse warning: unexpected unlock

2014-09-27 Thread Fabian Frederick
> On 27 September 2014 at 01:17 j...@joshtriplett.org wrote: > > > On Mon, Sep 22, 2014 at 11:12:50AM -0700, Brian Norris wrote: > > + linux-sparse > > > > On Thu, Sep 18, 2014 at 08:46:16PM +0200, Fabian Frederick wrote: > > > fs/jffs2/summary.c:846:5: warning: context imbalance in > > > 'jffs2_

Re: [PATCH 1/1] jffs2: fix sparse warning: unexpected unlock

2014-09-26 Thread josh
On Mon, Sep 22, 2014 at 11:12:50AM -0700, Brian Norris wrote: > + linux-sparse > > On Thu, Sep 18, 2014 at 08:46:16PM +0200, Fabian Frederick wrote: > > fs/jffs2/summary.c:846:5: warning: context imbalance in > > 'jffs2_sum_write_sumnode' - unexpected unlock > > > > Signed-off-by: Fabian Frederi

Re: [PATCH 1/1] jffs2: fix sparse warning: unexpected unlock

2014-09-22 Thread Brian Norris
+ linux-sparse On Thu, Sep 18, 2014 at 08:46:16PM +0200, Fabian Frederick wrote: > fs/jffs2/summary.c:846:5: warning: context imbalance in > 'jffs2_sum_write_sumnode' - unexpected unlock > > Signed-off-by: Fabian Frederick > --- > fs/jffs2/summary.c | 2 ++ > 1 file changed, 2 insertions(+) >