Re: [PATCH net-next] net: do not export sk_stream_write_space

2016-09-28 Thread David Miller
From: Eric Dumazet Date: Wed, 28 Sep 2016 08:41:16 -0700 > From: Eric Dumazet > > Since commit 900f65d361d3 ("tcp: move duplicate code from > tcp_v4_init_sock()/tcp_v6_init_sock()") we no longer need > to export sk_stream_write_space() > > From: Eric Dumazet Applied, thanks Eric.

[PATCH net-next] net: do not export sk_stream_write_space

2016-09-28 Thread Eric Dumazet
From: Eric Dumazet Since commit 900f65d361d3 ("tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()") we no longer need to export sk_stream_write_space() From: Eric Dumazet Cc: Neal Cardwell --- net/core/stream.c |1 - 1 file changed, 1 deletion(-) diff --git a/net/core/st