summaryrefslogtreecommitdiff
path: root/find-root.h
diff options
context:
space:
mode:
Diffstat (limited to 'find-root.h')
-rw-r--r--find-root.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-root.h b/find-root.h
index 1c67ebcc..60d1111d 100644
--- a/find-root.h
+++ b/find-root.h
@@ -65,7 +65,7 @@ struct btrfs_find_root_filter {
* This *WILL* take *TONS* of extra time.
*/
};
-int btrfs_find_root_search(struct btrfs_root *chunk_root,
+int btrfs_find_root_search(struct btrfs_fs_info *fs_info,
struct btrfs_find_root_filter *filter,
struct cache_tree *result,
struct cache_extent **match);