aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/netlink/af_netlink.c')
-rw-r--r--net/netlink/af_netlink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c
index 6ee69c27f80..5b33879c642 100644
--- a/net/netlink/af_netlink.c
+++ b/net/netlink/af_netlink.c
@@ -1106,6 +1106,7 @@ void netlink_set_err(struct sock *ssk, u32 pid, u32 group, int code)
1106 1106
1107 read_unlock(&nl_table_lock); 1107 read_unlock(&nl_table_lock);
1108} 1108}
1109EXPORT_SYMBOL(netlink_set_err);
1109 1110
1110/* must be called with netlink table grabbed */ 1111/* must be called with netlink table grabbed */
1111static void netlink_update_socket_mc(struct netlink_sock *nlk, 1112static void netlink_update_socket_mc(struct netlink_sock *nlk,