X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=net%2Fipx%2Faf_ipx.c;h=48d0dc89b58de8aae5f128145634070a77d7c281;hb=HEAD;hp=4ea5d7497b5f29ac41a00783c48d1898aa769937;hpb=02f0f5721e2c2791f57767c18a8ab94cdf48849d;p=uclinux-h8%2Flinux.git diff --git a/net/ipx/af_ipx.c b/net/ipx/af_ipx.c index 4ea5d7497b5f..48d0dc89b58d 100644 --- a/net/ipx/af_ipx.c +++ b/net/ipx/af_ipx.c @@ -1347,7 +1347,7 @@ static int ipx_create(struct net *net, struct socket *sock, int protocol, goto out; rc = -ENOMEM; - sk = sk_alloc(net, PF_IPX, GFP_KERNEL, &ipx_proto); + sk = sk_alloc(net, PF_IPX, GFP_KERNEL, &ipx_proto, kern); if (!sk) goto out;