> The return happened before reaching the code above. It happened at: > if (!wait_for_completion_timeout(&req->done, > > msecs_to_jiffies(SRP_ABORT_TIMEOUT_MS))) > return FAILED; > > because the qp was in fatal state. Therefore, the command was not > finished or removed from the pending queue
Hmm... we're returning FAILED from the abort handler. That means the SCSI midlayer should not free the associated SCSI command yet, right? - R. _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
