Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42783
b: refs/heads/master
c: 87b4126
h: refs/heads/master
i:
  42781: 15913f8
  42779: 8320ef6
  42775: 84c8460
  42767: 28f4b6c
  42751: a78ab00
v: v3
  • Loading branch information
Suzuki K P authored and Linus Torvalds committed Dec 7, 2006
1 parent e38da79 commit ba7bbc3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4cf303487d5dddaace2daca8437c555f3f0bc1aa
refs/heads/master: 87b4126f10cce2d49687df227f6228fa5a9ac6c6
3 changes: 2 additions & 1 deletion trunk/fs/reiserfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,12 @@ static int file_capable(struct inode *inode, long block)
BUG_ON(!th->t_trans_id);
BUG_ON(!th->t_refcount);

pathrelse(path);

/* we cannot restart while nested */
if (th->t_refcount > 1) {
return 0;
}
pathrelse(path);
reiserfs_update_sd(th, inode);
err = journal_end(th, s, len);
if (!err) {
Expand Down

0 comments on commit ba7bbc3

Please sign in to comment.