Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197487
b: refs/heads/master
c: 49ce6ce
h: refs/heads/master
i:
  197485: 8ff0b04
  197483: 05eeac2
  197479: bf26f77
  197471: 76eedc1
v: v3
  • Loading branch information
NeilBrown committed May 18, 2010
1 parent 23890b7 commit d1195c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 490773268cf64f68da2470e07b52c7944da6312d
refs/heads/master: 49ce6cea85fb8d25ee59486c919406e9cecf1762
2 changes: 1 addition & 1 deletion trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -5556,7 +5556,7 @@ static int md_getgeo(struct block_device *bdev, struct hd_geometry *geo)

geo->heads = 2;
geo->sectors = 4;
geo->cylinders = get_capacity(mddev->gendisk) / 8;
geo->cylinders = mddev->array_sectors / 8;
return 0;
}

Expand Down

0 comments on commit d1195c1

Please sign in to comment.