Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128764
b: refs/heads/master
c: b9d8666
h: refs/heads/master
v: v3
  • Loading branch information
Chris Mason committed Sep 25, 2008
1 parent 5d5d72e commit 19c2c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 12fa8ec64f445aa932ba154053fe95432f30f2c6
refs/heads/master: b9d86667c94e5fe4bf9f6aa500e7ff1138e717ff
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2035,12 +2035,12 @@ static int btrfs_link(struct dentry *old_dentry, struct inode *dir,

static int btrfs_mkdir(struct inode *dir, struct dentry *dentry, int mode)
{
struct inode *inode;
struct inode *inode = NULL;
struct btrfs_trans_handle *trans;
struct btrfs_root *root = BTRFS_I(dir)->root;
int err = 0;
int drop_on_err = 0;
u64 objectid;
u64 objectid = 0;
unsigned long nr = 1;

mutex_lock(&root->fs_info->fs_mutex);
Expand Down

0 comments on commit 19c2c0c

Please sign in to comment.