Re: [PATCH] change max_dgram_qlen sysctl to __read_mostly

2006-08-31 Thread David Miller
From: Brian Haley <[EMAIL PROTECTED]> Date: Thu, 31 Aug 2006 16:35:37 -0400 > Change AF_UNIX sysctl_unix_max_dgram_qlen 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 [E

[PATCH] change max_dgram_qlen sysctl to __read_mostly

2006-08-31 Thread Brian Haley
Change AF_UNIX sysctl_unix_max_dgram_qlen to __read_mostly. Signed-off-by: Brian Haley <[EMAIL PROTECTED]> diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c index 7c91c20..b43a278 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c @@ -117,7 +117,7 @@ #include #include -int sysctl_u