diff options
-rw-r--r-- | drivers/md/md.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index 46b3a044eadf..4edcda8f4869 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
@@ -5895,6 +5895,7 @@ static int md_open(struct block_device *bdev, fmode_t mode) | |||
5895 | atomic_inc(&mddev->openers); | 5895 | atomic_inc(&mddev->openers); |
5896 | mutex_unlock(&mddev->open_mutex); | 5896 | mutex_unlock(&mddev->open_mutex); |
5897 | 5897 | ||
5898 | check_disk_size_change(mddev->gendisk, bdev); | ||
5898 | out: | 5899 | out: |
5899 | return err; | 5900 | return err; |
5900 | } | 5901 | } |