]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/socket.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6-omap-h63xx.git] / net / socket.c
index 7d5ebc0eb69ed7b2046f9ab339fc90852995634b..791d71a36a93dfec5166fe05e2e0cb394cfa904b 100644 (file)
@@ -1534,8 +1534,6 @@ SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,
        fd_install(newfd, newfile);
        err = newfd;
 
-       security_socket_post_accept(sock, newsock);
-
 out_put:
        fput_light(sock->file, fput_needed);
 out: