diff options
-rw-r--r-- | fs/btrfs/volumes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index f95493b70903..750285e4f274 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c | |||
@@ -3122,7 +3122,7 @@ static int chunk_profiles_filter(u64 chunk_type, | |||
3122 | return 1; | 3122 | return 1; |
3123 | } | 3123 | } |
3124 | 3124 | ||
3125 | static int chunk_usage_filter(struct btrfs_fs_info *fs_info, u64 chunk_offset, | 3125 | static int chunk_usage_range_filter(struct btrfs_fs_info *fs_info, u64 chunk_offset, |
3126 | struct btrfs_balance_args *bargs) | 3126 | struct btrfs_balance_args *bargs) |
3127 | { | 3127 | { |
3128 | struct btrfs_block_group_cache *cache; | 3128 | struct btrfs_block_group_cache *cache; |
@@ -3155,7 +3155,7 @@ static int chunk_usage_filter(struct btrfs_fs_info *fs_info, u64 chunk_offset, | |||
3155 | return ret; | 3155 | return ret; |
3156 | } | 3156 | } |
3157 | 3157 | ||
3158 | static int chunk_usage_range_filter(struct btrfs_fs_info *fs_info, | 3158 | static int chunk_usage_filter(struct btrfs_fs_info *fs_info, |
3159 | u64 chunk_offset, struct btrfs_balance_args *bargs) | 3159 | u64 chunk_offset, struct btrfs_balance_args *bargs) |
3160 | { | 3160 | { |
3161 | struct btrfs_block_group_cache *cache; | 3161 | struct btrfs_block_group_cache *cache; |