[SCSI] libiscsi: hook into ramp up/down handling
authorMike Christie <michaelc@cs.wisc.edu>
Wed, 11 Nov 2009 22:34:36 +0000 (16:34 -0600)
committerJames Bottomley <James.Bottomley@suse.de>
Fri, 4 Dec 2009 18:01:39 +0000 (12:01 -0600)
commit1796e72291b2b6aafaec5954e666d0b5a95da935
tree41432a598971de113b213ff39736b436a97113cc
parentb20d038dff877566694181578c49c31616d622cd
[SCSI] libiscsi: hook into ramp up/down handling

It is rare to get a queue full with iscsi, because targets seem to
just reduce the iscsi cmd window. However, there is at least
one iscsi target that will throw a queue full when overloaded.
This hooks the iscsi code in to the ramp up/down code, so we
can handle it.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/libiscsi.c