Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188221
b: refs/heads/master
c: 0be2e98
h: refs/heads/master
i:
  188219: c6a7110
v: v3
  • Loading branch information
Miao Xie authored and Chris Mason committed Mar 15, 2010
1 parent 267ae53 commit d20a00c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0bdb1db297ab36865a63ee722d35ff0a1f0ae522
refs/heads/master: 0be2e98173f8badd5ccc7c2e994891746ba1caf4
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -4508,7 +4508,7 @@ static int btrfs_mkdir(struct inode *dir, struct dentry *dentry, int mode)
err = btrfs_find_free_objectid(trans, root, dir->i_ino, &objectid);
if (err) {
err = -ENOSPC;
goto out_unlock;
goto out_fail;
}

inode = btrfs_new_inode(trans, root, dir, dentry->d_name.name,
Expand Down

0 comments on commit d20a00c

Please sign in to comment.