diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-05-07 20:03:49 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-05-07 20:03:49 -0400 |
commit | 3e1ad54fe2839319c1aa66b954da0753f5b1f906 (patch) | |
tree | 1e9d98508e9d4d569e73c51617b5167ef0910541 /fs/btrfs/ctree.h | |
parent | be74417553f4b2ee46be2088007a674ef2f02330 (diff) |
Btrfs: allocator and tuning
Signed-off-by: Chris Mason <chris.mason@oracle.com>
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 086e7dea3c92..cdb7c23c41f9 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -255,6 +255,7 @@ struct btrfs_block_group_item { | |||
255 | struct btrfs_block_group_cache { | 255 | struct btrfs_block_group_cache { |
256 | struct btrfs_key key; | 256 | struct btrfs_key key; |
257 | struct btrfs_block_group_item item; | 257 | struct btrfs_block_group_item item; |
258 | struct radix_tree_root *radix; | ||
258 | u64 first_free; | 259 | u64 first_free; |
259 | u64 last_alloc; | 260 | u64 last_alloc; |
260 | u64 pinned; | 261 | u64 pinned; |