Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73515
b: refs/heads/master
c: e49aa5d
h: refs/heads/master
i:
  73513: 93a063c
  73511: d3d3b42
v: v3
  • Loading branch information
Ilpo J�rvinen authored and David S. Miller committed Nov 11, 2007
1 parent 4726427 commit 6239524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c7caf8d3ed7a6617aa0a3083815c439bd952c45c
refs/heads/master: e49aa5d456802c6bec59b29d1d7cbd8e9cc71709
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ tcp_sacktag_write_queue(struct sock *sk, struct sk_buff *ack_skb, u32 prior_snd_
/* DSACK info lost if out-of-mem, try SACK still */
if (in_sack <= 0)
in_sack = tcp_match_skb_to_sack(sk, skb, start_seq, end_seq);
if (in_sack < 0)
if (unlikely(in_sack < 0))
break;

sacked = TCP_SKB_CB(skb)->sacked;
Expand Down

0 comments on commit 6239524

Please sign in to comment.