Re: [PATCH][SELINUX] 2/2 sock_create_lite()

From: David S. Miller
Date: Sat May 08 2004 - 17:16:30 EST


On Fri, 7 May 2004 15:53:30 -0400 (EDT)
James Morris <jmorris@xxxxxxxxxx> wrote:

> Ok, here's a version of this patch which doesn't do anything with
> sock_alloc().

Applied, although I had to hand-edit the patch since you
accidently included the following bit from the first SELINUX
patch of this series :-)

> - err = sock_create(family, SOCK_SEQPACKET, IPPROTO_SCTP,
> - &sctp_ctl_socket);
> + err = sock_create_kern(family, SOCK_SEQPACKET, IPPROTO_SCTP,
> + &sctp_ctl_socket);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/