]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/btrfs/print-tree.h
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
[linux-2.6-omap-h63xx.git] / fs / btrfs / print-tree.h
index 205cd03601abc490221668ecdec7ca99937e4abc..da75efe534d5f80989bed12edb6425c246e86563 100644 (file)
@@ -18,6 +18,6 @@
 
 #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 buffer_head *t);
+void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l);
+void btrfs_print_tree(struct btrfs_root *root, struct extent_buffer *t);
 #endif