|
@@ -1342,7 +1342,7 @@ static void fc_exch_recv_seq_resp(struct fc_exch_mgr *mp, struct fc_frame *fp)
|
|
}
|
|
}
|
|
if (ep->esb_stat & ESB_ST_COMPLETE) {
|
|
if (ep->esb_stat & ESB_ST_COMPLETE) {
|
|
atomic_inc(&mp->stats.xid_not_found);
|
|
atomic_inc(&mp->stats.xid_not_found);
|
|
- goto out;
|
|
|
|
|
|
+ goto rel;
|
|
}
|
|
}
|
|
if (ep->rxid == FC_XID_UNKNOWN)
|
|
if (ep->rxid == FC_XID_UNKNOWN)
|
|
ep->rxid = ntohs(fh->fh_rx_id);
|
|
ep->rxid = ntohs(fh->fh_rx_id);
|