]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] ibmvscsi timeout fix
authorDave C Boutcher <sleddog@us.ibm.com>
Mon, 22 Aug 2005 19:38:26 +0000 (14:38 -0500)
committerJames Bottomley <jejb@mulgrave.(none)>
Sun, 28 Aug 2005 16:14:11 +0000 (11:14 -0500)
commit4612a70350488b69659444796e54895e4fe8576e
tree2bfb5eda755e307e6c96a587bb30a48714f3956a
parent78d9e59ab425a05ecff5100775693aff58a616c6
[SCSI] ibmvscsi timeout fix

This patch fixes a long term borkenness in
ibmvscsi where we were using the wrong timeout
field from the scsi command (and using the
wrong units.)  Now broken by the fact that the
scsi_cmnd timeout field is gone entirely.
This only worked before because all the SCSI
targets assumed that 0 was default.

Signed-off-by: Dave Boutcher <boutcher@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/ibmvscsi/ibmvscsi.c