btrfs: don't run delayed references while we are creating the free space tree
[linux-2.6-block.git] / fs / btrfs / ctree.h
index d79ba0570c55dfed0f6307f17b7843f0650b096c..9a88d0c69be4c0106912f2645e2dce7267e9c145 100644 (file)
@@ -1856,6 +1856,8 @@ struct btrfs_fs_info {
         * and will be latter freed. Protected by fs_info->chunk_mutex.
         */
        struct list_head pinned_chunks;
+
+       int creating_free_space_tree;
 };
 
 struct btrfs_subvolume_writers {