Nikolay Borisov d3fac6ba7d btrfs: Remove redundant mirror_num arg
The following callpath is always invoked with mirror_num set to 0, so
let's remove it as an argument and directly pass 0 to __do_redpage. No
functional change.

extent_readpages
  __extent_readpages
    __do_contiguous_readpages
      __do_readpage

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2018-01-22 16:08:11 +01:00
..
2017-11-29 14:26:50 -08:00
2017-11-29 14:26:50 -08:00
2017-12-10 08:30:04 -08:00
2017-11-01 20:45:35 +01:00
2017-12-10 08:30:04 -08:00
2017-10-30 12:28:00 +01:00
2017-10-30 12:27:57 +01:00
2017-11-29 14:26:50 -08:00
2018-01-22 16:08:11 +01:00