Commit 82cc2ade authored by Josef Bacik's avatar Josef Bacik Committed by David Sterba

btrfs: add btrfs_delayed_ref_head declaration to extent-tree.h

extent-tree.h uses btrfs_delayed_ref_head in a function argument but
doesn't pull it's declaration from anywhere, add it to the top of the
header.
Reviewed-by: default avatarJohannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: default avatarJosef Bacik <josef@toxicpanda.com>
Reviewed-by: default avatarDavid Sterba <dsterba@suse.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 04cc63d1
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "block-group.h" #include "block-group.h"
struct btrfs_free_cluster; struct btrfs_free_cluster;
struct btrfs_delayed_ref_head;
enum btrfs_extent_allocation_policy { enum btrfs_extent_allocation_policy {
BTRFS_EXTENT_ALLOC_CLUSTERED, BTRFS_EXTENT_ALLOC_CLUSTERED,
......
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