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) | |
download | lwn-3e1ad54fe2839319c1aa66b954da0753f5b1f906.tar.gz lwn-3e1ad54fe2839319c1aa66b954da0753f5b1f906.zip |
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 { struct btrfs_block_group_cache { struct btrfs_key key; struct btrfs_block_group_item item; + struct radix_tree_root *radix; u64 first_free; u64 last_alloc; u64 pinned; |