Loading fs/btrfs/raid56.c +2 −2 Original line number Diff line number Diff line Loading @@ -2083,7 +2083,7 @@ static int __raid56_parity_recover(struct btrfs_raid_bio *rbio) */ if (atomic_read(&rbio->error) <= rbio->bbio->max_errors) { __raid_recover_end_io(rbio); goto out; return 0; } else { goto cleanup; } Loading @@ -2103,7 +2103,7 @@ static int __raid56_parity_recover(struct btrfs_raid_bio *rbio) submit_bio(bio); } out: return 0; cleanup: Loading Loading
fs/btrfs/raid56.c +2 −2 Original line number Diff line number Diff line Loading @@ -2083,7 +2083,7 @@ static int __raid56_parity_recover(struct btrfs_raid_bio *rbio) */ if (atomic_read(&rbio->error) <= rbio->bbio->max_errors) { __raid_recover_end_io(rbio); goto out; return 0; } else { goto cleanup; } Loading @@ -2103,7 +2103,7 @@ static int __raid56_parity_recover(struct btrfs_raid_bio *rbio) submit_bio(bio); } out: return 0; cleanup: Loading