Skip to content

Commit

Permalink
net: do not export sk_stream_write_space
Browse files Browse the repository at this point in the history
Since commit 900f65d ("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>
  • Loading branch information
Eric Dumazet authored and davem330 committed Sep 29, 2016
1 parent 3acf3ec commit 7836667
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/core/stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ void sk_stream_write_space(struct sock *sk)
rcu_read_unlock();
}
}
EXPORT_SYMBOL(sk_stream_write_space);

/**
* sk_stream_wait_connect - Wait for a socket to get into the connected state
Expand Down

0 comments on commit 7836667

Please sign in to comment.