[openib-general][patch review] srp: fmr implementation,
Roland Dreier
rdreier at cisco.com
Tue Apr 18 09:15:39 PDT 2006
> 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.
More information about the general
mailing list