X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fnet%2Ftcp_ecn.h;h=c6b84397448dac0b810079c96fe1c642773b16fd;hb=17be03f0a1f42ccfccb38f7d0a94c0f0169634a6;hp=64980ee8c92a9ee77d6c57b1806f7acd290883cf;hpb=58aab753de605c14b9878a897e7349c3063afeff;p=powerpc.git diff --git a/include/net/tcp_ecn.h b/include/net/tcp_ecn.h index 64980ee8c9..c6b8439744 100644 --- a/include/net/tcp_ecn.h +++ b/include/net/tcp_ecn.h @@ -88,7 +88,7 @@ static inline void TCP_ECN_check_ce(struct tcp_sock *tp, struct sk_buff *skb) * it is surely retransmit. It is not in ECN RFC, * but Linux follows this rule. */ else if (INET_ECN_is_not_ect((TCP_SKB_CB(skb)->flags))) - tcp_enter_quickack_mode(tp); + tcp_enter_quickack_mode((struct sock *)tp); } }