tcp: make mtu probe failure to not break gso'ed skbs unnecessarily
[safe/jmp/linux-2.6] / net / ipv4 / tcp_scalable.c
index 4624501..2747ec7 100644 (file)
@@ -15,8 +15,7 @@
 #define TCP_SCALABLE_AI_CNT    50U
 #define TCP_SCALABLE_MD_SCALE  3
 
-static void tcp_scalable_cong_avoid(struct sock *sk, u32 ack, u32 rtt,
-                                   u32 in_flight, int flag)
+static void tcp_scalable_cong_avoid(struct sock *sk, u32 ack, u32 in_flight)
 {
        struct tcp_sock *tp = tcp_sk(sk);