]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/socket.c
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
[net-next-2.6.git] / net / socket.c
index abf3e2561521acc1ce82167b9edaf71eaf263ee9..7f67c072d4969670a0355c7aaad033dbdc651a5f 100644 (file)
@@ -1145,7 +1145,7 @@ call_kill:
 }
 EXPORT_SYMBOL(sock_wake_async);
 
-static int __sock_create(struct net *net, int family, int type, int protocol,
+int __sock_create(struct net *net, int family, int type, int protocol,
                         struct socket **res, int kern)
 {
        int err;
@@ -1257,6 +1257,7 @@ out_release:
        rcu_read_unlock();
        goto out_sock_release;
 }
+EXPORT_SYMBOL(__sock_create);
 
 int sock_create(int family, int type, int protocol, struct socket **res)
 {