]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/socket.c
OMAP: dmtimer: enable all timers to be wakeup events
[linux-2.6-omap-h63xx.git] / net / socket.c
index 0b14b79c03aff9503f4c56f80b4a6e5850737ca8..91d0c0254ffe7113e98e90a24bd7a824424e9a7f 100644 (file)
@@ -1536,8 +1536,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: