diff options
Diffstat (limited to 'include/net/sock.h')
-rw-r--r-- | include/net/sock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index 9cbf23c815f5..f2046e404a61 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -1803,7 +1803,7 @@ void sock_net_set(struct sock *sk, struct net *net) | |||
1803 | 1803 | ||
1804 | /* | 1804 | /* |
1805 | * Kernel sockets, f.e. rtnl or icmp_socket, are a part of a namespace. | 1805 | * Kernel sockets, f.e. rtnl or icmp_socket, are a part of a namespace. |
1806 | * They should not hold a referrence to a namespace in order to allow | 1806 | * They should not hold a reference to a namespace in order to allow |
1807 | * to stop it. | 1807 | * to stop it. |
1808 | * Sockets after sk_change_net should be released using sk_release_kernel | 1808 | * Sockets after sk_change_net should be released using sk_release_kernel |
1809 | */ | 1809 | */ |