diskio: remove redundant sector count cap
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 16 Jul 2010 23:20:22 +0000 (16:20 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 16 Jul 2010 23:20:22 +0000 (16:20 -0700)
commitbf59f446888ae29c7e57902972e0994556999417
tree4f998447a81e2c7e3d850b22a0a2666e838366a0
parent22c96d213d282f715043770bf347a99c81299e8f
diskio: remove redundant sector count cap

The sector count cap on CHS is automatically given as a result of the
no-track-crossing rule.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/fs/diskio.c