Btrfs: Allocator fix variety pack
[linux-2.6-block.git] / fs / btrfs / ctree.h
index 293464c0c6ba029d78621b949f5236ef17829454..7b73a9c3d8680036bc3f8d63a8503acc24cf1999 100644 (file)
@@ -464,6 +464,7 @@ struct btrfs_space_info {
        u64 bytes_used;
        u64 bytes_pinned;
        int full;
+       int force_alloc;
        struct list_head list;
 };
 
@@ -589,6 +590,7 @@ struct btrfs_root {
        int ref_cows;
        int track_dirty;
        struct btrfs_key defrag_progress;
+       struct btrfs_key defrag_max;
        int defrag_running;
        int defrag_level;
        char *name;