commit | 2584e9b39f18c8d85730fc7eed96183495c32ecc | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Wed May 03 20:00:00 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Wed May 03 20:00:00 2006 +0000 |
tree | 60e873715b20bf9698c537302249dc81c849cb41 | |
parent | 0f0b645f7355e43bae0476acbee1363c94ed70bb [diff] |
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.