diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-03-24 15:01:59 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:01 -0400 |
commit | 6324fbf334f4586325057197da7752f4ffa409d3 (patch) | |
tree | af67d90c3a58f48b91f73ac23f753f4f3907a453 /fs/btrfs/volumes.h | |
parent | 0b86a832a1f38abec695864ec2eaedc9d2383f1b (diff) |
Btrfs: Dynamic chunk and block group allocation
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r-- | fs/btrfs/volumes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index 4a47dcb00a73..4ab9891878a8 100644 --- a/fs/btrfs/volumes.h +++ b/fs/btrfs/volumes.h | |||
@@ -71,7 +71,7 @@ int btrfs_read_sys_array(struct btrfs_root *root); | |||
71 | int btrfs_read_chunk_tree(struct btrfs_root *root); | 71 | int btrfs_read_chunk_tree(struct btrfs_root *root); |
72 | int btrfs_alloc_chunk(struct btrfs_trans_handle *trans, | 72 | int btrfs_alloc_chunk(struct btrfs_trans_handle *trans, |
73 | struct btrfs_root *extent_root, u64 *start, | 73 | struct btrfs_root *extent_root, u64 *start, |
74 | u64 *num_bytes, u32 type); | 74 | u64 *num_bytes, u64 type); |
75 | void btrfs_mapping_init(struct btrfs_mapping_tree *tree); | 75 | void btrfs_mapping_init(struct btrfs_mapping_tree *tree); |
76 | void btrfs_mapping_tree_free(struct btrfs_mapping_tree *tree); | 76 | void btrfs_mapping_tree_free(struct btrfs_mapping_tree *tree); |
77 | int btrfs_map_bio(struct btrfs_root *root, int rw, struct bio *bio); | 77 | int btrfs_map_bio(struct btrfs_root *root, int rw, struct bio *bio); |