Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3050
b: refs/heads/master
c: bdd5b29
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara authored and Linus Torvalds committed Jun 24, 2005
1 parent 4780367 commit 1c72ffe
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7282bee78798294bb1f0211a842cdb9f4872db3d
refs/heads/master: bdd5b29c6bc835dab71148afd5952f9cd278eef1
2 changes: 2 additions & 0 deletions trunk/fs/reiserfs/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -2631,6 +2631,8 @@ static int do_journal_begin_r(struct reiserfs_transaction_handle *th, struct sup
int retval;

reiserfs_check_lock_depth(p_s_sb, "journal_begin") ;
if (nblocks > journal->j_trans_max)
BUG();

PROC_INFO_INC( p_s_sb, journal.journal_being );
/* set here for journal_join */
Expand Down

0 comments on commit 1c72ffe

Please sign in to comment.