Loading drivers/md/raid1.c +1 −1 Original line number Diff line number Diff line Loading @@ -1108,7 +1108,7 @@ static void alloc_behind_master_bio(struct r1bio *r1_bio, bio_copy_data(behind_bio, bio); skip_copy: r1_bio->behind_master_bio = behind_bio;; r1_bio->behind_master_bio = behind_bio; set_bit(R1BIO_BehindIO, &r1_bio->state); return; Loading Loading
drivers/md/raid1.c +1 −1 Original line number Diff line number Diff line Loading @@ -1108,7 +1108,7 @@ static void alloc_behind_master_bio(struct r1bio *r1_bio, bio_copy_data(behind_bio, bio); skip_copy: r1_bio->behind_master_bio = behind_bio;; r1_bio->behind_master_bio = behind_bio; set_bit(R1BIO_BehindIO, &r1_bio->state); return; Loading