Home
last modified time | relevance | path

Searched hist:"1 c10702e7cb9ddecdcf032f83dad7a3583689a8e" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Draid56.cdiff 1c10702e7cb9ddecdcf032f83dad7a3583689a8e Wed Jun 08 02:34:36 CEST 2022 Qu Wenruo <wqu@suse.com> btrfs: raid56: avoid double for loop inside raid56_parity_scrub_stripe()

Originally it's iterating all the sectors which has dbitmap sector for
the vertical stripe.

It can be easily converted to sector bytenr iteration with an test_bit()
call.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>