|
@@ -1597,9 +1597,6 @@ static void fc_exch_recv_seq_resp(struct fc_exch_mgr *mp, struct fc_frame *fp)
|
|
if (fc_sof_is_init(sof)) {
|
|
if (fc_sof_is_init(sof)) {
|
|
sp->ssb_stat |= SSB_ST_RESP;
|
|
sp->ssb_stat |= SSB_ST_RESP;
|
|
sp->id = fh->fh_seq_id;
|
|
sp->id = fh->fh_seq_id;
|
|
- } else if (sp->id != fh->fh_seq_id) {
|
|
|
|
- atomic_inc(&mp->stats.seq_not_found);
|
|
|
|
- goto rel;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
f_ctl = ntoh24(fh->fh_f_ctl);
|
|
f_ctl = ntoh24(fh->fh_f_ctl);
|