projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87737f8
)
soreuseport: do not export reuseport_add_sock()
author
Eric Dumazet
<edumazet@google.com>
Mon, 17 Oct 2016 21:22:48 +0000
(14:22 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 18 Oct 2016 18:18:23 +0000
(14:18 -0400)
reuseport_add_sock() is not used from a module,
no need to export it.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock_reuseport.c
patch
|
blob
|
blame
|
history
diff --git
a/net/core/sock_reuseport.c
b/net/core/sock_reuseport.c
index e92b759d906c1bbcad5ff3ecc977d6393df90361..9a1a352fd1ebe598e4925bcda037dc0e4a2288bc 100644
(file)
--- a/
net/core/sock_reuseport.c
+++ b/
net/core/sock_reuseport.c
@@
-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)
{