Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless back
authorRob Landley <rob@landley.net>
Wed, 3 May 2006 20:00:00 +0000 (20:00 -0000)
committerRob Landley <rob@landley.net>
Wed, 3 May 2006 20:00:00 +0000 (20:00 -0000)
commit2584e9b39f18c8d85730fc7eed96183495c32ecc
tree60e873715b20bf9698c537302249dc81c849cb41
parent0f0b645f7355e43bae0476acbee1363c94ed70bb
Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless back
in 2.4 (it fetched the same hd_geometry struct only with uint cylinders instead
of ushort cylinders: nothing that big has ever accurately reported gemoetry,
it's all LBA.

Also stop declaring the hd_geometry struct static: it's two chars, a short, and
a long for a grand total of 8 bytes.  That can go on the stack.
miscutils/hdparm.c