summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/print-tree.h
diff options
context:
space:
mode:
authorChris Mason2007-02-24 12:24:44 +0100
committerDavid Woodhouse2007-02-24 12:24:44 +0100
commit5de08d7d50ba535b968d97101ed2ab07c2b8eb7d (patch)
tree4959748849f43bea2c096fef09970154173c6e9b /fs/btrfs/print-tree.h
parentBtrfs: Block sized tree extents and extent deletion (diff)
downloadkernel-qcow2-linux-5de08d7d50ba535b968d97101ed2ab07c2b8eb7d.tar.gz
kernel-qcow2-linux-5de08d7d50ba535b968d97101ed2ab07c2b8eb7d.tar.xz
kernel-qcow2-linux-5de08d7d50ba535b968d97101ed2ab07c2b8eb7d.zip
Btrfs: Break up ctree.c a little
Extent fixes Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/print-tree.h')
-rw-r--r--fs/btrfs/print-tree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/print-tree.h b/fs/btrfs/print-tree.h
new file mode 100644
index 000000000000..3c1e9a3e0260
--- /dev/null
+++ b/fs/btrfs/print-tree.h
@@ -0,0 +1,3 @@
+
+void print_leaf(struct leaf *l);
+void print_tree(struct ctree_root *root, struct tree_buffer *t);