aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2007-12-05 04:37:34 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 17:56:26 -0500
commit33eb9cfc700ae9ce621d47d6ca6d6b4ad7cd97f3 (patch)
treed5e3c0e9644249fa327c613571613c43ec474c6b /include/net/sock.h
parent7e2e109cef0d59abcb9aca8b82993e304ed8970c (diff)
[NET]: Isolate the net/core/ sysctl table
Using ctl paths we can put all the stuff, related to net/core/ sysctl table, into one file and remove all the references on it. As a good side effect this hides the "core_table" name from the global scope :) Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sock.h')
-rw-r--r--include/net/sock.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index 800e73a62d8f..4ce37ce8c411 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -1325,10 +1325,6 @@ extern __u32 sysctl_rmem_max;
1325 1325
1326extern void sk_init(void); 1326extern void sk_init(void);
1327 1327
1328#ifdef CONFIG_SYSCTL
1329extern struct ctl_table core_table[];
1330#endif
1331
1332extern int sysctl_optmem_max; 1328extern int sysctl_optmem_max;
1333 1329
1334extern __u32 sysctl_wmem_default; 1330extern __u32 sysctl_wmem_default;