summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/print-tree.h
diff options
context:
space:
mode:
authorChris Mason2007-03-14 19:14:43 +0100
committerDavid Woodhouse2007-03-14 19:14:43 +0100
commit123abc88c9087b9c5605566ee3491aaef17fd837 (patch)
tree3a8e83ac7a095d2b875664ee54cf7e24e977999b /fs/btrfs/print-tree.h
parentBtrfs: add leaf data casting helper (diff)
downloadkernel-qcow2-linux-123abc88c9087b9c5605566ee3491aaef17fd837.tar.gz
kernel-qcow2-linux-123abc88c9087b9c5605566ee3491aaef17fd837.tar.xz
kernel-qcow2-linux-123abc88c9087b9c5605566ee3491aaef17fd837.zip
Btrfs: variable block size support
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/print-tree.h')
-rw-r--r--fs/btrfs/print-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/print-tree.h b/fs/btrfs/print-tree.h
index e8d0b847c023..9236abda2a74 100644
--- a/fs/btrfs/print-tree.h
+++ b/fs/btrfs/print-tree.h
@@ -1,3 +1,3 @@
-void btrfs_print_leaf(struct btrfs_leaf *l);
+void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l);
void btrfs_print_tree(struct btrfs_root *root, struct btrfs_buffer *t);