Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221491
b: refs/heads/master
c: 150cca7
h: refs/heads/master
i:
  221489: 6b90813
  221487: 9d363f7
v: v3
  • Loading branch information
Karen Xie authored and James Bottomley committed Oct 25, 2010
1 parent edd141d commit 8d4c4d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38170fa8e66bb75fe806bdc91657732aef0eae90
refs/heads/master: 150cca7c0ed1a08d7da26bd28258c270b2e239f5
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,9 @@ static void do_act_open_rpl(struct cxgbi_device *cdev, struct sk_buff *skb)
&csk->daddr.sin_addr.s_addr, ntohs(csk->daddr.sin_port),
atid, tid, status, csk, csk->state, csk->flags);

if (status == CPL_ERR_RTX_NEG_ADVICE)
goto rel_skb;

if (status && status != CPL_ERR_TCAM_FULL &&
status != CPL_ERR_CONN_EXIST &&
status != CPL_ERR_ARP_MISS)
Expand Down

0 comments on commit 8d4c4d0

Please sign in to comment.