diff options
Diffstat (limited to 'fs/btrfs/disk-io.c')
-rw-r--r-- | fs/btrfs/disk-io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 6c8533fba7c9..3e16cca72b49 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c | |||
@@ -569,6 +569,7 @@ struct btrfs_root *open_ctree(struct super_block *sb) | |||
569 | fs_info->btree_inode->i_mapping, GFP_NOFS); | 569 | fs_info->btree_inode->i_mapping, GFP_NOFS); |
570 | fs_info->do_barriers = 1; | 570 | fs_info->do_barriers = 1; |
571 | fs_info->closing = 0; | 571 | fs_info->closing = 0; |
572 | fs_info->total_pinned = 0; | ||
572 | 573 | ||
573 | INIT_DELAYED_WORK(&fs_info->trans_work, btrfs_transaction_cleaner); | 574 | INIT_DELAYED_WORK(&fs_info->trans_work, btrfs_transaction_cleaner); |
574 | BTRFS_I(fs_info->btree_inode)->root = tree_root; | 575 | BTRFS_I(fs_info->btree_inode)->root = tree_root; |