1
0
Fork 0

Btrfs: hash the btree inode during fill_super

The snapshot deletion  patches dropped this line, but the inode
needs to be hashed.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
hifive-unleashed-5.1
Yan Zheng 2009-09-24 09:24:43 -04:00 committed by Chris Mason
parent 0257bb82d2
commit c65ddb52dc
1 changed files with 1 additions and 0 deletions

View File

@ -1664,6 +1664,7 @@ struct btrfs_root *open_ctree(struct super_block *sb,
memset(&BTRFS_I(fs_info->btree_inode)->location, 0,
sizeof(struct btrfs_key));
BTRFS_I(fs_info->btree_inode)->dummy_inode = 1;
insert_inode_hash(fs_info->btree_inode);
spin_lock_init(&fs_info->block_group_cache_lock);
fs_info->block_group_cache_tree.rb_node = NULL;