Btrfs: Break up ctree.c a little

Extent fixes

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason
2007-02-24 06:24:44 -05:00
committed by David Woodhouse
parent 9a8dd1502d
commit 5de08d7d50
6 changed files with 176 additions and 374 deletions

3
fs/btrfs/print-tree.h Normal file
View File

@@ -0,0 +1,3 @@
void print_leaf(struct leaf *l);
void print_tree(struct ctree_root *root, struct tree_buffer *t);