]> git.baikalelectronics.ru Git - kernel.git/commit
soreuseport: do not export reuseport_add_sock()
authorEric Dumazet <edumazet@google.com>
Mon, 17 Oct 2016 21:22:48 +0000 (14:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Oct 2016 18:18:23 +0000 (14:18 -0400)
commite01226bdc65495c80a7ef2f8c23b1c57ed725cf1
tree77f671bea74d7a0d1457d256e899b8b89a068682
parent81e0d4aef8cb6b9f89f16bf9e25580db2b6a7469
soreuseport: do not export reuseport_add_sock()

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