Commit 45af1754 authored by David S. Miller's avatar David S. Miller

[NET]: sk_release_kernel needs to be exported to modules

Fixes:

ERROR: "sk_release_kernel" [net/ipv6/ipv6.ko] undefined!
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 98c6d1b2
......@@ -1004,6 +1004,7 @@ void sk_release_kernel(struct sock *sk)
sk->sk_net = get_net(&init_net);
sock_put(sk);
}
EXPORT_SYMBOL(sk_release_kernel);
struct sock *sk_clone(const struct sock *sk, const gfp_t priority)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment