From bf843ca26b2aa8ad4029dbb794a82a6b601d8883 Mon Sep 17 00:00:00 2001 From: Tetsuo Handa Date: Sun, 18 Jul 2010 15:29:14 -0700 Subject: [PATCH] --- yaml --- r: 203621 b: refs/heads/master c: 01893c82b4e6949f4e3a453c4faea34970359d76 h: refs/heads/master i: 203619: 67e941f4a76143302baab9b2391ebf7f1d4add7a v: v3 --- [refs] | 2 +- trunk/net/socket.c | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 2906035e2f19..18056d844034 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0a6efc78c0c22d60040da0dc98a0844e7c0d0647 +refs/heads/master: 01893c82b4e6949f4e3a453c4faea34970359d76 diff --git a/trunk/net/socket.c b/trunk/net/socket.c index acfa1738663d..6fe484122a44 100644 --- a/trunk/net/socket.c +++ b/trunk/net/socket.c @@ -170,15 +170,6 @@ static DEFINE_PER_CPU(int, sockets_in_use); * divide and look after the messy bits. */ -#define MAX_SOCK_ADDR 128 /* 108 for Unix domain - - 16 for IP, 16 for IPX, - 24 for IPv6, - about 80 for AX.25 - must be at least one bigger than - the AF_UNIX size (see net/unix/af_unix.c - :unix_mkname()). - */ - /** * move_addr_to_kernel - copy a socket address into kernel space * @uaddr: Address in user space