]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] mpt2sas: Remove code for TASK_SET_FULL from driver.
authorKashyap, Desai <kashyap.desai@lsi.com>
Fri, 12 Nov 2010 23:07:36 +0000 (04:37 +0530)
committerJames Bottomley <James.Bottomley@suse.de>
Tue, 21 Dec 2010 18:24:06 +0000 (12:24 -0600)
commit1c581832f951df9e2fdb5a20f3d9294605ad8b11
tree3ce814a3fa0405ff775e6ced12234edc76a92178
parent7dab3968f242a69c67170db0c10a59465f2a1610
[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