diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-04-04 15:40:00 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:01 -0400 |
commit | d18a2c447524751137a12cc8ccaf9d1e0b7fa1b3 (patch) | |
tree | f331995fdac5f2550c8c3fccf74a94a66d642893 /fs/btrfs/ctree.h | |
parent | 6bc34676c0b5836655ec1c7998e2647cabb933ec (diff) |
Btrfs: Fix allocation profile init
Signed-off-by: Chris Mason <chris.mason@oracle.com>
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 | /* |