Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369873
b: refs/heads/master
c: 0931625
h: refs/heads/master
i:
  369871: 857aa0f
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Apr 25, 2013
1 parent 2ffdbfa commit 4a2af24
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d2cb6ce7306997c753976b65bf81495e1efe7074
refs/heads/master: 093162553c33e9479283e107b4431378271c735d
1 change: 1 addition & 0 deletions trunk/include/net/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,7 @@ static inline bool tcp_prequeue(struct sock *sk, struct sk_buff *skb)
skb_queue_len(&tp->ucopy.prequeue) == 0)
return false;

skb_dst_force(skb);
__skb_queue_tail(&tp->ucopy.prequeue, skb);
tp->ucopy.memory += skb->truesize;
if (tp->ucopy.memory > sk->sk_rcvbuf) {
Expand Down

0 comments on commit 4a2af24

Please sign in to comment.