summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/print-tree.h
diff options
context:
space:
mode:
authorChris Mason2007-03-16 21:20:31 +0100
committerDavid Woodhouse2007-03-16 21:20:31 +0100
commite089f05c18ab36ed5fa7e2319052e03ab800d518 (patch)
treef20d727233bb23fa5a37fc050cf0cc5c9d5e7b48 /fs/btrfs/print-tree.h
parentBtrfs: pin freed blocks from the FS tree too (diff)
downloadkernel-qcow2-linux-e089f05c18ab36ed5fa7e2319052e03ab800d518.tar.gz
kernel-qcow2-linux-e089f05c18ab36ed5fa7e2319052e03ab800d518.tar.xz
kernel-qcow2-linux-e089f05c18ab36ed5fa7e2319052e03ab800d518.zip
Btrfs: transaction handles everywhere
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/print-tree.h')
-rw-r--r--fs/btrfs/print-tree.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/btrfs/print-tree.h b/fs/btrfs/print-tree.h
index 9236abda2a74..0882ca904eca 100644
--- a/fs/btrfs/print-tree.h
+++ b/fs/btrfs/print-tree.h
@@ -1,3 +1,5 @@
-
+#ifndef __PRINT_TREE_
+#define __PRINT_TREE_
void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l);
void btrfs_print_tree(struct btrfs_root *root, struct btrfs_buffer *t);
+#endif