Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163639
b: refs/heads/master
c: b1f485f
h: refs/heads/master
i:
  163637: 8ca3d77
  163635: 32447e5
  163631: fbbd0b7
v: v3
  • Loading branch information
Andreas Dilger authored and Theodore Ts'o committed Aug 11, 2009
1 parent 7f5cdb3 commit 6d055af
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: c333e073b7bf76dc819a6b4ce6bef88ee5fa5e50
refs/heads/master: b1f485f20eb9b02cc7d2009556287f3939d480cc
2 changes: 1 addition & 1 deletion trunk/fs/jbd2/transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jbd2_get_transaction(journal_t *journal, transaction_t *transaction)
INIT_LIST_HEAD(&transaction->t_private_list);

/* Set up the commit timer for the new transaction. */
journal->j_commit_timer.expires = round_jiffies(transaction->t_expires);
journal->j_commit_timer.expires = round_jiffies_up(transaction->t_expires);
add_timer(&journal->j_commit_timer);

J_ASSERT(journal->j_running_transaction == NULL);
Expand Down

0 comments on commit 6d055af

Please sign in to comment.