Qu Wenruo 2522dbe86b btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity()
In function scrub_stripe() we allocated two btrfs_path's, one @path for
extent tree search and another @ppath for full stripe extent tree search
for RAID56.

This is totally umncessary, as the @ppath usage is completely inside
scrub_raid56_parity(), thus we can move the path allocation into
scrub_raid56_parity() completely.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2022-01-07 14:18:26 +01:00
..
2021-09-02 09:21:27 -07:00
2022-01-07 14:18:26 +01:00
2022-01-07 14:18:23 +01:00
2021-06-22 14:11:57 +02:00
2019-11-18 23:43:44 +01:00
2022-01-07 14:18:24 +01:00
2021-06-22 14:11:57 +02:00
2021-11-26 11:24:32 -08:00
2021-08-23 13:19:09 +02:00
2022-01-07 14:18:23 +01:00
2021-10-29 12:38:43 +02:00
2021-10-26 19:08:05 +02:00
2022-01-03 15:09:47 +01:00
2021-11-08 16:55:21 -08:00