From: Eric Dumazet
Date: Thu, 09 Jul 2015 18:01:40 +0200
> From: Eric Dumazet
>
> After commit 900f65d361d3 ("tcp: move duplicate code from
> tcp_v4_init_sock()/tcp_v6_init_sock()"), we no longer
> need to export tcp_init_xmit_timers()
>
> Signed-off-by: Eric Dumazet
> Cc: Neal Cardwell
App
On Thu, Jul 9, 2015 at 12:01 PM, Eric Dumazet wrote:
>
> From: Eric Dumazet
>
> After commit 900f65d361d3 ("tcp: move duplicate code from
> tcp_v4_init_sock()/tcp_v6_init_sock()"), we no longer
> need to export tcp_init_xmit_timers()
>
> Signed-off-by: Eric Dumazet
> Cc: Neal Cardwell
Acked-by
From: Eric Dumazet
After commit 900f65d361d3 ("tcp: move duplicate code from
tcp_v4_init_sock()/tcp_v6_init_sock()"), we no longer
need to export tcp_init_xmit_timers()
Signed-off-by: Eric Dumazet
Cc: Neal Cardwell
---
net/ipv4/tcp_timer.c |1 -
1 file changed, 1 deletion(-)
diff --git a