diff options
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r-- | drivers/md/md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index 509171ca7fa8..2b4315d7e5d6 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
@@ -3080,7 +3080,7 @@ static int do_md_run(mddev_t * mddev) | |||
3080 | if (test_bit(Faulty, &rdev->flags)) | 3080 | if (test_bit(Faulty, &rdev->flags)) |
3081 | continue; | 3081 | continue; |
3082 | sync_blockdev(rdev->bdev); | 3082 | sync_blockdev(rdev->bdev); |
3083 | invalidate_bdev(rdev->bdev, 0); | 3083 | invalidate_bdev(rdev->bdev); |
3084 | } | 3084 | } |
3085 | 3085 | ||
3086 | md_probe(mddev->unit, NULL, NULL); | 3086 | md_probe(mddev->unit, NULL, NULL); |