Commit 592a0ce9 authored by Filipe Manana's avatar Filipe Manana Committed by David Sterba

btrfs: remove extent_map_tree forward declaration at extent_io.h

There's no need to do a forward declaration of struct extent_map_tree at
extent_io.h, as there are no function prototypes, inline functions or data
structures that refer to struct extent_map_tree.

So remove that forward declaration, which is not needed since commit
477a30ba ("btrfs: Sink extent_tree arguments in
try_release_extent_mapping").
Signed-off-by: default avatarFilipe Manana <fdmanana@suse.com>
Reviewed-by: default avatarDavid Sterba <dsterba@suse.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 84cda1a6
......@@ -215,8 +215,6 @@ static inline void extent_changeset_free(struct extent_changeset *changeset)
kfree(changeset);
}
struct extent_map_tree;
int try_release_extent_mapping(struct page *page, gfp_t mask);
int try_release_extent_buffer(struct page *page);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment