commit | 8d55a786febd077f3a0db9f0672dfa1288b452af | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | Sun Jun 25 01:58:58 2006 -0700 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Mon Jun 26 16:33:10 2006 -0500 |
tree | 8894c46d5d177eebec1474ac2426cdfc0561c1e7 | |
parent | 3e7196cf6070821ff8246b15dfd219ffa6409062 [diff] |
[SCSI] Bogus disk geometry on large disks We currently stuff a truncated size into the geometry logic and return the result which can produce bizarre reports for a 4Tb array. Since that mapping logic isn't useful for disks that big don't try and map this way at all. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>