diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-04-27 10:08:34 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-04-27 10:08:34 -0400 |
commit | cd1bc4653dc37f6390f4d6df4f987044c64f700b (patch) | |
tree | ff259c33e47159758d70a6d8bdc1ff5d47f710bb /fs/btrfs/ctree.h | |
parent | 9078a3e1e4e489dddc636c7bb8780349d4298743 (diff) |
Btrfs: more block allocator work
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 419917279e65..c432222d40e3 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -250,6 +250,8 @@ struct btrfs_block_group_item { | |||
250 | struct btrfs_block_group_cache { | 250 | struct btrfs_block_group_cache { |
251 | struct btrfs_key key; | 251 | struct btrfs_key key; |
252 | struct btrfs_block_group_item item; | 252 | struct btrfs_block_group_item item; |
253 | u64 first_free; | ||
254 | u64 last_alloc; | ||
253 | }; | 255 | }; |
254 | 256 | ||
255 | struct crypto_hash; | 257 | struct crypto_hash; |
@@ -257,7 +259,7 @@ struct btrfs_fs_info { | |||
257 | struct btrfs_root *extent_root; | 259 | struct btrfs_root *extent_root; |
258 | struct btrfs_root *tree_root; | 260 | struct btrfs_root *tree_root; |
259 | struct btrfs_root *dev_root; | 261 | struct btrfs_root *dev_root; |
260 | struct btrfs_key last_insert; | 262 | struct btrfs_block_group_cache *block_group_cache; |
261 | struct radix_tree_root fs_roots_radix; | 263 | struct radix_tree_root fs_roots_radix; |
262 | struct radix_tree_root pending_del_radix; | 264 | struct radix_tree_root pending_del_radix; |
263 | struct radix_tree_root pinned_radix; | 265 | struct radix_tree_root pinned_radix; |