* [2.6 patch] unexport sysctl_{r,w}mem_max
@ 2007-11-11 6:48 Adrian Bunk
2007-11-13 5:24 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2007-11-11 6:48 UTC (permalink / raw)
To: David S. Miller; +Cc: netdev
sysctl_{r,w}mem_max can now be unexported.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
d49d51e5f46615c30e0f96c5333733e0ab1c85e6
diff --git a/net/core/sock.c b/net/core/sock.c
index 8fc2f84..c519b43 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [2.6 patch] unexport sysctl_{r,w}mem_max
2007-11-11 6:48 [2.6 patch] unexport sysctl_{r,w}mem_max Adrian Bunk
@ 2007-11-13 5:24 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-11-13 5:24 UTC (permalink / raw)
To: bunk; +Cc: netdev
From: Adrian Bunk <bunk@kernel.org>
Date: Sun, 11 Nov 2007 07:48:37 +0100
> sysctl_{r,w}mem_max can now be unexported.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Applied, thanks Adrian.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-13 5:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-11 6:48 [2.6 patch] unexport sysctl_{r,w}mem_max Adrian Bunk
2007-11-13 5:24 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).