diff options
Diffstat (limited to 'drivers/md/raid1.c')
| -rw-r--r-- | drivers/md/raid1.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/md/raid1.c b/drivers/md/raid1.c index 4153da5d4011..d34e238afa54 100644 --- a/drivers/md/raid1.c +++ b/drivers/md/raid1.c | |||
| @@ -560,7 +560,7 @@ static int read_balance(struct r1conf *conf, struct r1bio *r1_bio, int *max_sect | |||
| 560 | if (test_bit(WriteMostly, &rdev->flags)) { | 560 | if (test_bit(WriteMostly, &rdev->flags)) { |
| 561 | /* Don't balance among write-mostly, just | 561 | /* Don't balance among write-mostly, just |
| 562 | * use the first as a last resort */ | 562 | * use the first as a last resort */ |
| 563 | if (best_disk < 0) { | 563 | if (best_dist_disk < 0) { |
| 564 | if (is_badblock(rdev, this_sector, sectors, | 564 | if (is_badblock(rdev, this_sector, sectors, |
| 565 | &first_bad, &bad_sectors)) { | 565 | &first_bad, &bad_sectors)) { |
| 566 | if (first_bad < this_sector) | 566 | if (first_bad < this_sector) |
| @@ -569,7 +569,8 @@ static int read_balance(struct r1conf *conf, struct r1bio *r1_bio, int *max_sect | |||
| 569 | best_good_sectors = first_bad - this_sector; | 569 | best_good_sectors = first_bad - this_sector; |
| 570 | } else | 570 | } else |
| 571 | best_good_sectors = sectors; | 571 | best_good_sectors = sectors; |
| 572 | best_disk = disk; | 572 | best_dist_disk = disk; |
| 573 | best_pending_disk = disk; | ||
| 573 | } | 574 | } |
| 574 | continue; | 575 | continue; |
| 575 | } | 576 | } |
