mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-09 16:12:21 +00:00
[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>
This commit is contained in:
parent
7e2e109cef
commit
33eb9cfc70
3 changed files with 18 additions and 11 deletions
|
@ -1325,10 +1325,6 @@ extern __u32 sysctl_rmem_max;
|
|||
|
||||
extern void sk_init(void);
|
||||
|
||||
#ifdef CONFIG_SYSCTL
|
||||
extern struct ctl_table core_table[];
|
||||
#endif
|
||||
|
||||
extern int sysctl_optmem_max;
|
||||
|
||||
extern __u32 sysctl_wmem_default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue