Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377636
b: refs/heads/master
c: 39c0415
h: refs/heads/master
v: v3
  • Loading branch information
Theodore Ts'o committed Jul 1, 2013
1 parent e7ecdad commit 85962a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e1be3a928ee0b0b2a893695e6dd5c5dbe293af16
refs/heads/master: 39c04153fda8c32e85b51c96eb5511a326ad7609
2 changes: 1 addition & 1 deletion trunk/fs/jbd2/transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,10 +652,10 @@ int jbd2__journal_restart(handle_t *handle, int nblocks, gfp_t gfp_mask)
}
if (atomic_dec_and_test(&transaction->t_updates))
wake_up(&journal->j_wait_updates);
tid = transaction->t_tid;
spin_unlock(&transaction->t_handle_lock);

jbd_debug(2, "restarting handle %p\n", handle);
tid = transaction->t_tid;
need_to_start = !tid_geq(journal->j_commit_request, tid);
read_unlock(&journal->j_state_lock);
if (need_to_start)
Expand Down

0 comments on commit 85962a0

Please sign in to comment.