Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6-microblaze.git] / net / tipc / socket.c
index 42b8324..e2f7c5d 100644 (file)
@@ -185,9 +185,6 @@ static int tipc_create(struct net *net, struct socket *sock, int protocol,
 
        /* Validate arguments */
 
-       if (!net_eq(net, &init_net))
-               return -EAFNOSUPPORT;
-
        if (unlikely(protocol != 0))
                return -EPROTONOSUPPORT;