diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-03-26 10:15:30 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-03-26 10:15:30 -0400 |
commit | 8ef97622caa2d5f78d1dc58ab918e2fbfa9b357a (patch) | |
tree | 6ae74ce8ff1ba7a6b8a522ed0ea3b37f17a6b305 /fs/btrfs/ctree.h | |
parent | f7922033efe957f79ae57f6026e93c8148e7f7ed (diff) |
Btrfs: add a radix back bit tree
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 68cafae6a850..0aa1052d9f67 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1,8 +1,8 @@ | |||
1 | #ifndef __BTRFS__ | 1 | #ifndef __BTRFS__ |
2 | #define __BTRFS__ | 2 | #define __BTRFS__ |
3 | 3 | ||
4 | #include <linux/radix-tree.h> | ||
5 | #include <linux/fs.h> | 4 | #include <linux/fs.h> |
5 | #include "bit-radix.h" | ||
6 | 6 | ||
7 | struct btrfs_trans_handle; | 7 | struct btrfs_trans_handle; |
8 | struct btrfs_transaction; | 8 | struct btrfs_transaction; |
@@ -222,6 +222,7 @@ struct btrfs_fs_info { | |||
222 | struct btrfs_root *inode_root; | 222 | struct btrfs_root *inode_root; |
223 | struct btrfs_key current_insert; | 223 | struct btrfs_key current_insert; |
224 | struct btrfs_key last_insert; | 224 | struct btrfs_key last_insert; |
225 | struct radix_tree_root pending_del_radix; | ||
225 | struct radix_tree_root pinned_radix; | 226 | struct radix_tree_root pinned_radix; |
226 | u64 last_inode_alloc; | 227 | u64 last_inode_alloc; |
227 | u64 last_inode_alloc_dirid; | 228 | u64 last_inode_alloc_dirid; |