Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17906
b: refs/heads/master
c: ef43bc4
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara authored and Linus Torvalds committed Jan 12, 2006
1 parent 98efe53 commit 79add0d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 0c8365ecc57f87e4d982c3fe59a4c1b985484e7f
refs/heads/master: ef43bc4fc32bec8fda7bae8948b774616dc9e496
5 changes: 4 additions & 1 deletion trunk/fs/reiserfs/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -3925,10 +3925,13 @@ static int do_journal_end(struct reiserfs_transaction_handle *th,
flush = 1;
}
#ifdef REISERFS_PREALLOCATE
/* quota ops might need to nest, setup the journal_info pointer for them */
/* quota ops might need to nest, setup the journal_info pointer for them
* and raise the refcount so that it is > 0. */
current->journal_info = th;
th->t_refcount++;
reiserfs_discard_all_prealloc(th); /* it should not involve new blocks into
* the transaction */
th->t_refcount--;
current->journal_info = th->t_handle_save;
#endif

Expand Down

0 comments on commit 79add0d

Please sign in to comment.