Btrfs: allocator and tuning

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason
2007-05-07 20:03:49 -04:00
committed by David Woodhouse
parent be74417553
commit 3e1ad54fe2
2 changed files with 34 additions and 42 deletions

View File

@@ -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;