Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19460
b: refs/heads/master
c: 6ae1ea4
h: refs/heads/master
v: v3
  • Loading branch information
Chris Mason authored and Linus Torvalds committed Feb 1, 2006
1 parent e5201f9 commit 5f3223e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3d4492f81dd7b486f1be0616a1ce7f73760f406e
refs/heads/master: 6ae1ea447d21c4fecf5df8d0e1022461274fb4e8
3 changes: 3 additions & 0 deletions trunk/fs/reiserfs/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -2823,6 +2823,9 @@ int journal_transaction_should_end(struct reiserfs_transaction_handle *th,
journal->j_cnode_free < (journal->j_trans_max * 3)) {
return 1;
}
/* protected by the BKL here */
journal->j_len_alloc += new_alloc;
th->t_blocks_allocated += new_alloc ;
return 0;
}

Expand Down

0 comments on commit 5f3223e

Please sign in to comment.