diff options
Diffstat (limited to 'fs/btrfs/print-tree.h')
-rw-r--r-- | fs/btrfs/print-tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/print-tree.h b/fs/btrfs/print-tree.h index 0882ca904eca..396041a05cfa 100644 --- a/fs/btrfs/print-tree.h +++ b/fs/btrfs/print-tree.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef __PRINT_TREE_ | 1 | #ifndef __PRINT_TREE_ |
2 | #define __PRINT_TREE_ | 2 | #define __PRINT_TREE_ |
3 | void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l); | 3 | void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l); |
4 | void btrfs_print_tree(struct btrfs_root *root, struct btrfs_buffer *t); | 4 | void btrfs_print_tree(struct btrfs_root *root, struct buffer_head *t); |
5 | #endif | 5 | #endif |