Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29753
b: refs/heads/master
c: eab03ac
h: refs/heads/master
i:
  29751: c25f94e
v: v3
  • Loading branch information
Stephen Hemminger authored and Linus Torvalds committed Jun 25, 2006
1 parent af570e4 commit 96379e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 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: 8ad2914d9cc55be651ef3bd676981a72c9001a47
refs/heads/master: eab03ac7bd3e0da99eb9dc068772a85a5e3f3577
4 changes: 1 addition & 3 deletions trunk/include/linux/sysctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ enum
CTL_KERN=1, /* General kernel info and control */
CTL_VM=2, /* VM management */
CTL_NET=3, /* Networking */
CTL_PROC=4, /* Process info */
/* was CTL_PROC */
CTL_FS=5, /* Filesystems */
CTL_DEBUG=6, /* Debugging */
CTL_DEV=7, /* Devices */
Expand Down Expand Up @@ -767,8 +767,6 @@ enum {
NET_BRIDGE_NF_FILTER_VLAN_TAGGED = 4,
};

/* CTL_PROC names: */

/* CTL_FS names: */
enum
{
Expand Down
11 changes: 0 additions & 11 deletions trunk/kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ static struct ctl_table_header root_table_header =

static ctl_table kern_table[];
static ctl_table vm_table[];
static ctl_table proc_table[];
static ctl_table fs_table[];
static ctl_table debug_table[];
static ctl_table dev_table[];
Expand Down Expand Up @@ -202,12 +201,6 @@ static ctl_table root_table[] = {
.child = net_table,
},
#endif
{
.ctl_name = CTL_PROC,
.procname = "proc",
.mode = 0555,
.child = proc_table,
},
{
.ctl_name = CTL_FS,
.procname = "fs",
Expand Down Expand Up @@ -927,10 +920,6 @@ static ctl_table vm_table[] = {
{ .ctl_name = 0 }
};

static ctl_table proc_table[] = {
{ .ctl_name = 0 }
};

static ctl_table fs_table[] = {
{
.ctl_name = FS_NRINODE,
Expand Down

0 comments on commit 96379e5

Please sign in to comment.