[PATCH] change somaxconn sysctl to __read_mostly

2006-08-31 Thread Brian Haley
Change sysctl_somaxconn to __read_mostly. Signed-off-by: Brian Haley [EMAIL PROTECTED] diff --git a/net/socket.c b/net/socket.c index f4d143c..e3d67fe 100644 --- a/net/socket.c +++ b/net/socket.c @@ -1336,7 +1336,7 @@ asmlinkage long sys_bind(int fd, struct * ready for listening. */ -int

Re: [PATCH] change somaxconn sysctl to __read_mostly

2006-08-31 Thread David Miller
From: Brian Haley [EMAIL PROTECTED] Date: Thu, 31 Aug 2006 16:35:33 -0400 Change sysctl_somaxconn to __read_mostly. Signed-off-by: Brian Haley [EMAIL PROTECTED] Applied. - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More