|
@@ -3122,7 +3122,7 @@ static int chunk_profiles_filter(u64 chunk_type,
|
|
|
return 1;
|
|
|
}
|
|
|
|
|
|
-static int chunk_usage_filter(struct btrfs_fs_info *fs_info, u64 chunk_offset,
|
|
|
+static int chunk_usage_range_filter(struct btrfs_fs_info *fs_info, u64 chunk_offset,
|
|
|
struct btrfs_balance_args *bargs)
|
|
|
{
|
|
|
struct btrfs_block_group_cache *cache;
|
|
@@ -3155,7 +3155,7 @@ static int chunk_usage_filter(struct btrfs_fs_info *fs_info, u64 chunk_offset,
|
|
|
return ret;
|
|
|
}
|
|
|
|
|
|
-static int chunk_usage_range_filter(struct btrfs_fs_info *fs_info,
|
|
|
+static int chunk_usage_filter(struct btrfs_fs_info *fs_info,
|
|
|
u64 chunk_offset, struct btrfs_balance_args *bargs)
|
|
|
{
|
|
|
struct btrfs_block_group_cache *cache;
|