diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 72deae63ec28..4b3b20459f6e 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -506,12 +506,13 @@ struct btrfs_fs_info { | |||
506 | u64 delalloc_bytes; | 506 | u64 delalloc_bytes; |
507 | u64 last_alloc; | 507 | u64 last_alloc; |
508 | u64 last_data_alloc; | 508 | u64 last_data_alloc; |
509 | int avail_data_alloc_bits; | 509 | |
510 | int avail_metadata_alloc_bits; | 510 | u64 avail_data_alloc_bits; |
511 | int avail_system_alloc_bits; | 511 | u64 avail_metadata_alloc_bits; |
512 | int data_alloc_profile; | 512 | u64 avail_system_alloc_bits; |
513 | int metadata_alloc_profile; | 513 | u64 data_alloc_profile; |
514 | int system_alloc_profile; | 514 | u64 metadata_alloc_profile; |
515 | u64 system_alloc_profile; | ||
515 | }; | 516 | }; |
516 | 517 | ||
517 | /* | 518 | /* |