From: Brian King Date: Fri, 24 Feb 2006 23:10:04 +0000 (-0600) Subject: [SCSI] scsi: scsi command retries off by one fix X-Git-Tag: v2.6.16-rc6~139^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8884efab1516613215816d48132dd724508970bf;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed