]> git.baikalelectronics.ru Git - kernel.git/commit
net: do not export sk_stream_write_space
authorEric Dumazet <edumazet@google.com>
Wed, 28 Sep 2016 15:41:16 +0000 (08:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Sep 2016 00:32:38 +0000 (20:32 -0400)
commit8d8b17aa0ad3553ee2cd4771bce3391ddb28069c
tree36c4bff7648d9b900d2b7f28e533f3381dfa1086
parent364fb5bcf4b7e1462dc5e3a0e8bd1c86077025b8
net: do not export sk_stream_write_space

Since commit efeb50ff121b ("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 <edumazet@google.com>
Cc: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/stream.c