diff options
Diffstat (limited to 'fs/btrfs/disk-io.c')
-rw-r--r-- | fs/btrfs/disk-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 5828a104dfef..7930458c227e 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c | |||
@@ -554,6 +554,7 @@ struct btrfs_root *open_ctree(struct super_block *sb) | |||
554 | INIT_RADIX_TREE(&fs_info->fs_roots_radix, GFP_NOFS); | 554 | INIT_RADIX_TREE(&fs_info->fs_roots_radix, GFP_NOFS); |
555 | INIT_RADIX_TREE(&fs_info->dev_radix, GFP_NOFS); | 555 | INIT_RADIX_TREE(&fs_info->dev_radix, GFP_NOFS); |
556 | INIT_RADIX_TREE(&fs_info->block_group_radix, GFP_KERNEL); | 556 | INIT_RADIX_TREE(&fs_info->block_group_radix, GFP_KERNEL); |
557 | INIT_RADIX_TREE(&fs_info->block_group_data_radix, GFP_KERNEL); | ||
557 | INIT_LIST_HEAD(&fs_info->trans_list); | 558 | INIT_LIST_HEAD(&fs_info->trans_list); |
558 | sb_set_blocksize(sb, 4096); | 559 | sb_set_blocksize(sb, 4096); |
559 | fs_info->running_transaction = NULL; | 560 | fs_info->running_transaction = NULL; |
@@ -582,7 +583,6 @@ struct btrfs_root *open_ctree(struct super_block *sb) | |||
582 | } | 583 | } |
583 | mutex_init(&fs_info->trans_mutex); | 584 | mutex_init(&fs_info->trans_mutex); |
584 | mutex_init(&fs_info->fs_mutex); | 585 | mutex_init(&fs_info->fs_mutex); |
585 | fs_info->block_group_cache = NULL; | ||
586 | 586 | ||
587 | __setup_root(sb->s_blocksize, dev_root, | 587 | __setup_root(sb->s_blocksize, dev_root, |
588 | fs_info, BTRFS_DEV_TREE_OBJECTID); | 588 | fs_info, BTRFS_DEV_TREE_OBJECTID); |