Skip to content

Commit

Permalink
soreuseport: do not export reuseport_add_sock()
Browse files Browse the repository at this point in the history
reuseport_add_sock() is not used from a module,
no need to export it.

Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Eric Dumazet authored and davem330 committed Oct 18, 2016
1 parent 87737f8 commit 41ee9c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/core/sock_reuseport.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ int reuseport_add_sock(struct sock *sk, struct sock *sk2)

return 0;
}
EXPORT_SYMBOL(reuseport_add_sock);

static void reuseport_free_rcu(struct rcu_head *head)
{
Expand Down

0 comments on commit 41ee9c5

Please sign in to comment.