diff --git a/[refs] b/[refs] index aa593d08c396..c024a5e74152 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d2cb6ce7306997c753976b65bf81495e1efe7074 +refs/heads/master: 093162553c33e9479283e107b4431378271c735d diff --git a/trunk/include/net/tcp.h b/trunk/include/net/tcp.h index cf0694d4ad60..a34548041c17 100644 --- a/trunk/include/net/tcp.h +++ b/trunk/include/net/tcp.h @@ -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) {