Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286026
b: refs/heads/master
c: 29db78a
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jan 9, 2012
1 parent 26c1223 commit c82f184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: ad2b2c802be2d3e8ed8364fef5ffaddabe448219
refs/heads/master: 29db78aa0ac82319b764b87a1c5030d74523e296
7 changes: 2 additions & 5 deletions trunk/fs/btrfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ static int btrfs_fill_super(struct super_block *sb,
{
struct inode *inode;
struct dentry *root_dentry;
struct btrfs_root *tree_root;
struct btrfs_fs_info *fs_info;
struct btrfs_root *tree_root = sb->s_fs_info;
struct btrfs_fs_info *fs_info = tree_root->fs_info;
struct btrfs_key key;
int err;

Expand All @@ -609,9 +609,6 @@ static int btrfs_fill_super(struct super_block *sb,
printk("btrfs: open_ctree failed\n");
return err;
}
tree_root = sb->s_fs_info;
fs_info = tree_root->fs_info;
sb->s_fs_info = tree_root;

key.objectid = BTRFS_FIRST_FREE_OBJECTID;
key.type = BTRFS_INODE_ITEM_KEY;
Expand Down

0 comments on commit c82f184

Please sign in to comment.