aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/md/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c
index 117663d2a4e5..69f2a8e6ccdf 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -5556,7 +5556,7 @@ static int md_getgeo(struct block_device *bdev, struct hd_geometry *geo)
5556 5556
5557 geo->heads = 2; 5557 geo->heads = 2;
5558 geo->sectors = 4; 5558 geo->sectors = 4;
5559 geo->cylinders = get_capacity(mddev->gendisk) / 8; 5559 geo->cylinders = mddev->array_sectors / 8;
5560 return 0; 5560 return 0;
5561} 5561}
5562 5562