mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 13:16:34 +00:00
qla2x00t-32gbit: Check sp->fcport->deleted again in qla2xxx_eh_abort()
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8561 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1298,6 +1298,9 @@ qla2xxx_eh_abort(struct scsi_cmnd *cmd)
|
||||
|
||||
sp = scsi_cmd_priv(cmd);
|
||||
|
||||
if (sp->fcport && sp->fcport->deleted)
|
||||
return SUCCESS;
|
||||
|
||||
/* Return if the command has already finished. */
|
||||
if (sp_get(sp))
|
||||
return SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user