On Fri, Jan 28, 2022 at 04:50:27PM +0500, Muhammad Usama Anjum wrote: > Local variable stop_loop is assigned only once, to a constant value 0, > making it effectively constant through out its scope. This constant > variable is guarding deadcode. The two if conditions can never be true. > Remove the variable and make the logic simple. > > Fixes: 585f784357d8 ("btrfs: use scrub_simple_mirror() to handle RAID56 data stripe scrub") Thanks, this patch is still only in for-next so the change can be folded into it.