commit | 8884efab1516613215816d48132dd724508970bf | [log] [tgz] |
---|---|---|
author | Brian King <brking@us.ibm.com> | Fri Feb 24 17:10:04 2006 -0600 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Mon Feb 27 21:38:39 2006 -0600 |
tree | 613b80a6adea59defeed3a1fa9fdc6dde7313a28 | |
parent | 147aab6aa22ce7775be944f8fb9932aa000dda61 [diff] |
[SCSI] scsi: scsi command retries off by one fix Fix up an off by one error in calculating retries for scsi commands. This bug was discovered when an SG_IO request was sent to scsi core with retries = 0, causing the overall timeout check to go off in scsi_softirq_done. Signed-off-by: Brian King <brking@us.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>