diff options
Diffstat (limited to 'fs/btrfs/disk-io.c')
-rw-r--r-- | fs/btrfs/disk-io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index f971a29e4f20..d8474796dea2 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c | |||
@@ -736,6 +736,8 @@ struct btrfs_root *open_ctree(struct super_block *sb, | |||
736 | fs_info->total_pinned = 0; | 736 | fs_info->total_pinned = 0; |
737 | fs_info->last_alloc = 0; | 737 | fs_info->last_alloc = 0; |
738 | fs_info->last_data_alloc = 0; | 738 | fs_info->last_data_alloc = 0; |
739 | fs_info->extra_alloc_bits = 0; | ||
740 | fs_info->extra_data_alloc_bits = 0; | ||
739 | 741 | ||
740 | #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,18) | 742 | #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,18) |
741 | INIT_WORK(&fs_info->trans_work, btrfs_transaction_cleaner, fs_info); | 743 | INIT_WORK(&fs_info->trans_work, btrfs_transaction_cleaner, fs_info); |