Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223074
b: refs/heads/master
c: f106e82
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Chris Mason committed Dec 10, 2010
1 parent 25d4928 commit a4b14cf
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: 75eaa0e22c055e38982df267d0f84cc510ba38bf
refs/heads/master: f106e82caaa0d943e47cacc184f5b40d538e0044
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,9 +685,9 @@ static int btrfs_get_sb(struct file_system_type *fs_type, int flags,
mutex_unlock(&root->d_inode->i_mutex);

if (IS_ERR(new_root)) {
dput(root);
deactivate_locked_super(s);
error = PTR_ERR(new_root);
dput(root);
goto error_free_subvol_name;
}
if (!new_root->d_inode) {
Expand Down

0 comments on commit a4b14cf

Please sign in to comment.