Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78333
b: refs/heads/master
c: 0891368
h: refs/heads/master
i:
  78331: 04f9698
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Jan 28, 2008
1 parent 3a987fb commit 500eb08
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 36f0bebd9865dc7e327777fca34b75e65cbfd1a6
refs/heads/master: 08913681e484f3f0db949dd0809012e089846216
1 change: 0 additions & 1 deletion trunk/include/linux/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ static const struct proto_ops name##_ops = { \

#ifdef CONFIG_SYSCTL
#include <linux/sysctl.h>
extern ctl_table net_table[];
extern int net_msg_cost;
extern int net_msg_burst;
#endif
Expand Down
8 changes: 0 additions & 8 deletions trunk/kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,6 @@ static struct ctl_table root_table[] = {
.mode = 0555,
.child = vm_table,
},
#ifdef CONFIG_NET
{
.ctl_name = CTL_NET,
.procname = "net",
.mode = 0555,
.child = net_table,
},
#endif
{
.ctl_name = CTL_FS,
.procname = "fs",
Expand Down
4 changes: 0 additions & 4 deletions trunk/net/sysctl_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
#include <linux/if_tr.h>
#endif

struct ctl_table net_table[] = {
{ 0 },
};

static struct list_head *
net_ctl_header_lookup(struct ctl_table_root *root, struct nsproxy *namespaces)
{
Expand Down

0 comments on commit 500eb08

Please sign in to comment.