summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/print-tree.h
diff options
context:
space:
mode:
authorChris Mason2007-03-13 15:46:10 +0100
committerDavid Woodhouse2007-03-13 15:46:10 +0100
commit234b63a091e1df6bd4261dd7b3a7490074830628 (patch)
tree1947f6e49aa3c19017c948205378c5cb76a7b536 /fs/btrfs/print-tree.h
parentBtrfs: struct extent_item endian (diff)
downloadkernel-qcow2-linux-234b63a091e1df6bd4261dd7b3a7490074830628.tar.gz
kernel-qcow2-linux-234b63a091e1df6bd4261dd7b3a7490074830628.tar.xz
kernel-qcow2-linux-234b63a091e1df6bd4261dd7b3a7490074830628.zip
rename funcs and structs to btrfs
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, 2 insertions, 2 deletions
diff --git a/fs/btrfs/print-tree.h b/fs/btrfs/print-tree.h
index 3c1e9a3e0260..e8d0b847c023 100644
--- a/fs/btrfs/print-tree.h
+++ b/fs/btrfs/print-tree.h
@@ -1,3 +1,3 @@
-void print_leaf(struct leaf *l);
-void print_tree(struct ctree_root *root, struct tree_buffer *t);
+void btrfs_print_leaf(struct btrfs_leaf *l);
+void btrfs_print_tree(struct btrfs_root *root, struct btrfs_buffer *t);