Btrfs: early fsync support
[linux-2.6-block.git] / fs / btrfs / disk-io.c
index 11e17a2f736bcbce6cba2fb870ed836ecc7ac480..b666c3571aeed561e60475ab9701e84fce16e271 100644 (file)
@@ -528,6 +528,7 @@ struct btrfs_root *open_ctree(struct super_block *sb)
        init_bit_radix(&fs_info->pending_del_radix);
        INIT_RADIX_TREE(&fs_info->fs_roots_radix, GFP_NOFS);
        INIT_RADIX_TREE(&fs_info->dev_radix, GFP_NOFS);
+       INIT_LIST_HEAD(&fs_info->trans_list);
        sb_set_blocksize(sb, 4096);
        fs_info->running_transaction = NULL;
        fs_info->tree_root = tree_root;