summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
diff options
context:
space:
mode:
authorNikolay Borisov2017-07-19 09:48:42 +0200
committerDavid Sterba2017-08-16 16:12:03 +0200
commite4ff5fb5dc3742b126a2f4d1f18706509812d084 (patch)
treeeb475cf510fa2018949de4a551cb8b55fef20568 /fs/btrfs/extent_io.c
parentbtrfs: Remove unused variables (diff)
downloadkernel-qcow2-linux-e4ff5fb5dc3742b126a2f4d1f18706509812d084.tar.gz
kernel-qcow2-linux-e4ff5fb5dc3742b126a2f4d1f18706509812d084.tar.xz
kernel-qcow2-linux-e4ff5fb5dc3742b126a2f4d1f18706509812d084.zip
btrfs: Remove unused parameters from volume.c functions
This also adjusts the respective callers in other files. Those were found with -Wunused-parameter. btrfs_full_stripe_len's mapping_tree - introduced by 53b381b3abeb ("Btrfs: RAID5 and RAID6") but it was never really used even in that commit btrfs_is_parity_mirror's mirror_num - same as above chunk_drange_filter's chunk_offset - introduced by 94e60d5a5c4b ("Btrfs: devid subset filter") and never used. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/extent_io.c')
-rw-r--r--fs/btrfs/extent_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index 7dd1b2dc7c68..a7bebba4f9fc 100644
--- a/fs/btrfs/extent_io.c
+++ b/fs/btrfs/extent_io.c
@@ -1997,7 +1997,7 @@ int repair_io_failure(struct btrfs_fs_info *fs_info, u64 ino, u64 start,
* read repair operation.
*/
btrfs_bio_counter_inc_blocked(fs_info);
- if (btrfs_is_parity_mirror(fs_info, logical, length, mirror_num)) {
+ if (btrfs_is_parity_mirror(fs_info, logical, length)) {
/*
* Note that we don't use BTRFS_MAP_WRITE because it's supposed
* to update all raid stripes, but here we just want to correct