Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212759
b: refs/heads/master
c: f9c57ad
h: refs/heads/master
i:
  212757: 000a0f3
  212755: 532400b
  212751: 02fe5df
v: v3
  • Loading branch information
Tao Ma authored and Joel Becker committed Sep 10, 2010
1 parent 93c9737 commit 87b3246
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: 4c38881f87c21ada5609a4065cb10e3e74da0d6e
refs/heads/master: f9c57ada32ea3f2e12600cf274035fff063b2e0f
3 changes: 1 addition & 2 deletions trunk/fs/ocfs2/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ static int ocfs2_commit_cache(struct ocfs2_super *osb)
{
int status = 0;
unsigned int flushed;
unsigned long old_id;
struct ocfs2_journal *journal = NULL;

mlog_entry_void();
Expand All @@ -326,7 +325,7 @@ static int ocfs2_commit_cache(struct ocfs2_super *osb)
goto finally;
}

old_id = ocfs2_inc_trans_id(journal);
ocfs2_inc_trans_id(journal);

flushed = atomic_read(&journal->j_num_trans);
atomic_set(&journal->j_num_trans, 0);
Expand Down

0 comments on commit 87b3246

Please sign in to comment.