UBUNTU: SAUCE: Revert "scsi: libsas: allow async aborts"

BugLink: http://bugs.launchpad.net/bugs/1726519

This reverts commit 909657615d.

Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
This commit is contained in:
Seth Forshee
2018-01-19 09:21:13 -06:00
committed by Paolo Pisati
parent 75d2b86a41
commit e5fc75ad2b
+3
View File
@@ -431,6 +431,9 @@ int sas_eh_abort_handler(struct scsi_cmnd *cmd)
struct sas_internal *i = to_sas_internal(host->transportt);
unsigned long flags;
if (current != host->ehandler)
return FAILED;
if (!i->dft->lldd_abort_task)
return FAILED;