Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185866
b: refs/heads/master
c: 23e2af3
h: refs/heads/master
v: v3
  • Loading branch information
dingdinghua authored and Theodore Ts'o committed Feb 24, 2010
1 parent 3399856 commit 42f146d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 56c50f11f4d11cb14d78fe52330efb69d219c62f
refs/heads/master: 23e2af3518facab6838d7aac1f46fbd7a5a290ce
3 changes: 1 addition & 2 deletions trunk/fs/jbd2/commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -883,8 +883,7 @@ void jbd2_journal_commit_transaction(journal_t *journal)
spin_unlock(&journal->j_list_lock);
bh = jh2bh(jh);
jbd_lock_bh_state(bh);
J_ASSERT_JH(jh, jh->b_transaction == commit_transaction ||
jh->b_transaction == journal->j_running_transaction);
J_ASSERT_JH(jh, jh->b_transaction == commit_transaction);

/*
* If there is undo-protected committed data against
Expand Down

0 comments on commit 42f146d

Please sign in to comment.