Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234093
b: refs/heads/master
c: 7e6b646
h: refs/heads/master
i:
  234091: 48753c4
v: v3
  • Loading branch information
Miao Xie authored and Chris Mason committed Mar 10, 2011
1 parent 43c4312 commit fb2f126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: b4966b7770349deb05e3dd2bd2c65d2d044abbbb
refs/heads/master: 7e6b6465e6efbca3985258996be9c189da96c8bf
5 changes: 3 additions & 2 deletions trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -4823,10 +4823,11 @@ static int btrfs_link(struct dentry *old_dentry, struct inode *dir,
goto fail;

/*
* 1 item for inode ref
* 2 items for inode and inode ref
* 2 items for dir items
* 1 item for parent inode
*/
trans = btrfs_start_transaction(root, 3);
trans = btrfs_start_transaction(root, 5);
if (IS_ERR(trans)) {
err = PTR_ERR(trans);
goto fail;
Expand Down

0 comments on commit fb2f126

Please sign in to comment.