summaryrefslogtreecommitdiff
path: root/net/core/sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/sock.c')
-rw-r--r--net/core/sock.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/core/sock.c b/net/core/sock.c
index 4adf11c97ddb..c292fca75ee2 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -2316,27 +2316,6 @@ int sock_no_mmap(struct file *file, struct socket *sock, struct vm_area_struct *
}
EXPORT_SYMBOL(sock_no_mmap);
-/*
- * When a file is received (via SCM_RIGHTS, etc), we must bump the
- * various sock-based usage counts.
- */
-void __receive_sock(struct file *file)
-{
- struct socket *sock;
- int error;
-
- /*
- * The resulting value of "error" is ignored here since we only
- * need to take action when the file is a socket and testing
- * "sock" for NULL is sufficient.
- */
- sock = sock_from_file(file, &error);
- if (sock) {
- sock_update_netprioidx(sock->sk);
- sock_update_classid(sock->sk);
- }
-}
-
ssize_t sock_no_sendpage(struct socket *sock, struct page *page, int offset, size_t size, int flags)
{
ssize_t res;