aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-11-12 21:24:14 -0800
committerDavid S. Miller <davem@davemloft.net>2007-11-12 21:24:14 -0800
commit6aed42159db1f99e83ccf17b1aa1a83bc75ac3e8 (patch)
tree880b12e3f5032637a7ea72155b5d905059895a45
parent[TG3]: Update version to 3.86 (diff)
downloadlinux-dev-6aed42159db1f99e83ccf17b1aa1a83bc75ac3e8.tar.xz
linux-dev-6aed42159db1f99e83ccf17b1aa1a83bc75ac3e8.zip
[NET]: Unexport sysctl_{r,w}mem_max.
sysctl_{r,w}mem_max can now be unexported. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/core/sock.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/core/sock.c b/net/core/sock.c
index 8fc2f84209e4..c519b439b8b1 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -2097,7 +2097,3 @@ EXPORT_SYMBOL(sock_wmalloc);
EXPORT_SYMBOL(sock_i_uid);
EXPORT_SYMBOL(sock_i_ino);
EXPORT_SYMBOL(sysctl_optmem_max);
-#ifdef CONFIG_SYSCTL
-EXPORT_SYMBOL(sysctl_rmem_max);
-EXPORT_SYMBOL(sysctl_wmem_max);
-#endif