[SCSI] mpt2sas: Remove code for TASK_SET_FULL from driver.
commit90d2a672250b9d6e5c700f2d2c07c19d6fad064a
authorKashyap, Desai <kashyap.desai@lsi.com>
Fri, 12 Nov 2010 23:07:36 +0000 (13 04:37 +0530)
committerJames Bottomley <James.Bottomley@suse.de>
Tue, 21 Dec 2010 18:24:06 +0000 (21 12:24 -0600)
tree3ce814a3fa0405ff775e6ced12234edc76a92178
parent7d061402590efc37d553a9155dbf41277675c179
[SCSI] mpt2sas: Remove code for TASK_SET_FULL from driver.

remove support for MPI2_EVENT_TASK_SET_FULL
This event is obsoleted, so this processing of this event
needs to be removed from the driver.  The controller firmware is going
to handle TASK_SET_FULL, the driver doesn't need to do anything.
Even though we are removing the EVENT handling, the behavour has not
changed between driver versions becuase fimrware will still be handling
queue throttling, and retrying of commands when the target device queues
are full.

Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/mpt2sas/mpt2sas_base.c
drivers/scsi/mpt2sas/mpt2sas_scsih.c