diff options
Diffstat (limited to 'drivers/md/raid10.c')
-rw-r--r-- | drivers/md/raid10.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/md/raid10.c b/drivers/md/raid10.c index 8f58a447d9f0..1fa70c34b7d2 100644 --- a/drivers/md/raid10.c +++ b/drivers/md/raid10.c | |||
@@ -1206,6 +1206,10 @@ static void sync_request_write(mddev_t *mddev, r10bio_t *r10_bio) | |||
1206 | break; | 1206 | break; |
1207 | if (j == vcnt) | 1207 | if (j == vcnt) |
1208 | continue; | 1208 | continue; |
1209 | mddev->resync_mismatches += r10_bio->sectors; | ||
1210 | if (test_bit(MD_RECOVERY_CHECK, &mddev->recovery)) | ||
1211 | /* Don't fix anything. */ | ||
1212 | continue; | ||
1209 | /* Ok, we need to write this bio | 1213 | /* Ok, we need to write this bio |
1210 | * First we need to fixup bv_offset, bv_len and | 1214 | * First we need to fixup bv_offset, bv_len and |
1211 | * bi_vecs, as the read request might have corrupted these | 1215 | * bi_vecs, as the read request might have corrupted these |