aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink
diff options
context:
space:
mode:
Diffstat (limited to 'net/netlink')
-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 a007dbb4c9f1..b73d4e61c5ac 100644
--- a/net/netlink/af_netlink.c
+++ b/net/netlink/af_netlink.c
@@ -1117,6 +1117,7 @@ void netlink_set_err(struct sock *ssk, u32 pid, u32 group, int code)
1117 1117
1118 read_unlock(&nl_table_lock); 1118 read_unlock(&nl_table_lock);
1119} 1119}
1120EXPORT_SYMBOL(netlink_set_err);
1120 1121
1121/* must be called with netlink table grabbed */ 1122/* must be called with netlink table grabbed */
1122static void netlink_update_socket_mc(struct netlink_sock *nlk, 1123static void netlink_update_socket_mc(struct netlink_sock *nlk,