diff options
author | Akinobu Mita <[email protected]> | 2014-06-02 22:56:48 +0900 |
---|---|---|
committer | Christoph Hellwig <[email protected]> | 2014-07-17 22:07:30 +0200 |
commit | 8ed5a4d2f7d8b296a22fed7ec2b543c0500d13be (patch) | |
tree | dc961ca6a6098eac84e132abb09db687c700e87b /tools/perf/scripts/python/syscall-counts.py | |
parent | e430cbc8bbd779454516467b2947a97b4003c081 (diff) |
scsi: increase upper limit for max_sectors
max_sectors in struct Scsi_Host specifies maximum number of sectors
allowed in a single SCSI command. The data type of max_sectors is
unsigned short, so the maximum transfer length per SCSI command is
limited to less than 256MB in 4096-bytes sector size. (0xffff * 4096)
This commit increases the SCSI mid level's limitation for max_sectors
upto the block layer's limitation for max_hw_sectors by extending the
data type of max_sectors in struct Scsi_Host and scsi_host_template,
so that SCSI lower level drivers can specify more than 0xffff.
Signed-off-by: Akinobu Mita <[email protected]>
Reviewed-by: Martin K. Petersen <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions