Re: [PATCH 1/1 linux-next] jbd2: Fix sparse context imbalance warning

2014-09-20 Thread Fabian Frederick
> On 18 September 2014 at 22:44 Theodore Ts'o wrote: > > > On Thu, Sep 18, 2014 at 08:29:34PM +0200, Fabian Frederick wrote: > > spin_unlock after spin_lock only. > > > > This fixes the following sparse warning: > > fs/jbd2/transaction.c:1102:20: warning: context imbalance > > in

Re: [PATCH 1/1 linux-next] jbd2: Fix sparse context imbalance warning

2014-09-20 Thread Fabian Frederick
On 18 September 2014 at 22:44 Theodore Ts'o ty...@mit.edu wrote: On Thu, Sep 18, 2014 at 08:29:34PM +0200, Fabian Frederick wrote: spin_unlock after spin_lock only. This fixes the following sparse warning: fs/jbd2/transaction.c:1102:20: warning: context imbalance in

Re: [PATCH 1/1 linux-next] jbd2: Fix sparse context imbalance warning

2014-09-18 Thread Theodore Ts'o
On Thu, Sep 18, 2014 at 08:29:34PM +0200, Fabian Frederick wrote: > spin_unlock after spin_lock only. > > This fixes the following sparse warning: > fs/jbd2/transaction.c:1102:20: warning: context imbalance > in 'jbd2_journal_get_create_access' - different lock contexts for basic block > >

[PATCH 1/1 linux-next] jbd2: Fix sparse context imbalance warning

2014-09-18 Thread Fabian Frederick
spin_unlock after spin_lock only. This fixes the following sparse warning: fs/jbd2/transaction.c:1102:20: warning: context imbalance in 'jbd2_journal_get_create_access' - different lock contexts for basic block Signed-off-by: Fabian Frederick --- fs/jbd2/transaction.c | 3 ++- 1 file changed,

Re: [PATCH 1/1 linux-next] jbd2: Fix sparse context imbalance warning

2014-09-18 Thread Theodore Ts'o
On Thu, Sep 18, 2014 at 08:29:34PM +0200, Fabian Frederick wrote: spin_unlock after spin_lock only. This fixes the following sparse warning: fs/jbd2/transaction.c:1102:20: warning: context imbalance in 'jbd2_journal_get_create_access' - different lock contexts for basic block

[PATCH 1/1 linux-next] jbd2: Fix sparse context imbalance warning

2014-09-18 Thread Fabian Frederick
spin_unlock after spin_lock only. This fixes the following sparse warning: fs/jbd2/transaction.c:1102:20: warning: context imbalance in 'jbd2_journal_get_create_access' - different lock contexts for basic block Signed-off-by: Fabian Frederick f...@skynet.be --- fs/jbd2/transaction.c | 3 ++- 1