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

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 Frederick wrote:

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 > > >

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

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

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 Frederick

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(+) >

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 f...@skynet.be --- fs/jffs2/summary.c | 2 ++ 1 file changed, 2

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

2014-09-18 Thread Fabian Frederick
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(+) diff --git a/fs/jffs2/summary.c b/fs/jffs2/summary.c index c522d09..a0bac7b 100644 ---

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

2014-09-18 Thread Fabian Frederick
fs/jffs2/summary.c:846:5: warning: context imbalance in 'jffs2_sum_write_sumnode' - unexpected unlock Signed-off-by: Fabian Frederick f...@skynet.be --- fs/jffs2/summary.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/jffs2/summary.c b/fs/jffs2/summary.c index c522d09..a0bac7b 100644