aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/core/sock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/sock.c b/net/core/sock.c
index a05ae7f9771e..37fe9b6adade 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -1064,6 +1064,7 @@ void sock_update_classid(struct sock *sk)
1064 if (classid && classid != sk->sk_classid) 1064 if (classid && classid != sk->sk_classid)
1065 sk->sk_classid = classid; 1065 sk->sk_classid = classid;
1066} 1066}
1067EXPORT_SYMBOL(sock_update_classid);
1067#endif 1068#endif
1068 1069
1069/** 1070/**