aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 293464c0c6ba..7b73a9c3d868 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -464,6 +464,7 @@ struct btrfs_space_info {
464 u64 bytes_used; 464 u64 bytes_used;
465 u64 bytes_pinned; 465 u64 bytes_pinned;
466 int full; 466 int full;
467 int force_alloc;
467 struct list_head list; 468 struct list_head list;
468}; 469};
469 470
@@ -589,6 +590,7 @@ struct btrfs_root {
589 int ref_cows; 590 int ref_cows;
590 int track_dirty; 591 int track_dirty;
591 struct btrfs_key defrag_progress; 592 struct btrfs_key defrag_progress;
593 struct btrfs_key defrag_max;
592 int defrag_running; 594 int defrag_running;
593 int defrag_level; 595 int defrag_level;
594 char *name; 596 char *name;