From: Maciej Trela Date: Fri, 22 Jun 2012 06:25:37 +0000 (-0700) Subject: [SCSI] libsas: cleanup spurious calls to scsi_schedule_eh X-Git-Tag: v3.6-rc1~103^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36fed4980529b3d4090fcb677ad46b27e270be40;p=pandora-kernel.git [SCSI] libsas: cleanup spurious calls to scsi_schedule_eh eh is woken up automatically by the presence of failed commands, scsi_schedule_eh is reserved for cases where there are no failed commands. This guarantees that host_eh_sceduled is only incremented when an explicit eh request is made. Reviewed-by: Jacek Danecki Signed-off-by: Maciej Trela [fixed spurious delete of sas_ata_task_abort] Signed-off-by: Artur Wojcik Signed-off-by: Dan Williams Signed-off-by: James Bottomley --- Reading git-diff-tree failed