diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index f575939e0258..c4c6c127323b 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -541,6 +541,7 @@ struct btrfs_space_info { | |||
541 | u64 bytes_used; | 541 | u64 bytes_used; |
542 | u64 bytes_pinned; | 542 | u64 bytes_pinned; |
543 | u64 bytes_reserved; | 543 | u64 bytes_reserved; |
544 | u64 bytes_readonly; | ||
544 | int full; | 545 | int full; |
545 | int force_alloc; | 546 | int force_alloc; |
546 | struct list_head list; | 547 | struct list_head list; |