mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 09:31:14 +00:00
btrfs: get fs_info from eb in btrfs_print_tree, remove argument
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
a4f78750ef
commit
abe60ba45c
2 changed files with 5 additions and 3 deletions
|
@ -19,5 +19,5 @@
|
|||
#ifndef __PRINT_TREE_
|
||||
#define __PRINT_TREE_
|
||||
void btrfs_print_leaf(struct extent_buffer *l);
|
||||
void btrfs_print_tree(struct btrfs_fs_info *fs_info, struct extent_buffer *c);
|
||||
void btrfs_print_tree(struct extent_buffer *c);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue