diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 3b3c1ca50c5d..c683aaa925fa 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -498,6 +498,7 @@ struct btrfs_space_info { | |||
498 | u64 total_bytes; | 498 | u64 total_bytes; |
499 | u64 bytes_used; | 499 | u64 bytes_used; |
500 | u64 bytes_pinned; | 500 | u64 bytes_pinned; |
501 | u64 bytes_reserved; | ||
501 | int full; | 502 | int full; |
502 | int force_alloc; | 503 | int force_alloc; |
503 | struct list_head list; | 504 | struct list_head list; |
@@ -519,6 +520,7 @@ struct btrfs_block_group_cache { | |||
519 | struct btrfs_block_group_item item; | 520 | struct btrfs_block_group_item item; |
520 | spinlock_t lock; | 521 | spinlock_t lock; |
521 | u64 pinned; | 522 | u64 pinned; |
523 | u64 reserved; | ||
522 | u64 flags; | 524 | u64 flags; |
523 | int cached; | 525 | int cached; |
524 | int ro; | 526 | int ro; |