Commit e020e742 authored by Jovi Zhang's avatar Jovi Zhang Committed by Linus Torvalds

sysctl: remove obsolete comments

ctl_unnumbered.txt have been removed in Documentation directory so just
also remove this invalid comments

[akpm@linux-foundation.org: fix Documentation/sysctl/00-INDEX, per Dave]
Signed-off-by: default avatarJovi Zhang <bookjovi@gmail.com>
Cc: Dave Young <hidave.darkstar@gmail.com>
Acked-by: default avatarWANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 55610500
...@@ -4,8 +4,6 @@ README ...@@ -4,8 +4,6 @@ README
- general information about /proc/sys/ sysctl files. - general information about /proc/sys/ sysctl files.
abi.txt abi.txt
- documentation for /proc/sys/abi/*. - documentation for /proc/sys/abi/*.
ctl_unnumbered.txt
- explanation of why one should not add new binary sysctl numbers.
fs.txt fs.txt
- documentation for /proc/sys/fs/*. - documentation for /proc/sys/fs/*.
kernel.txt kernel.txt
......
...@@ -246,10 +246,6 @@ static struct ctl_table root_table[] = { ...@@ -246,10 +246,6 @@ static struct ctl_table root_table[] = {
.mode = 0555, .mode = 0555,
.child = dev_table, .child = dev_table,
}, },
/*
* NOTE: do not add new entries to this table unless you have read
* Documentation/sysctl/ctl_unnumbered.txt
*/
{ } { }
}; };
...@@ -972,10 +968,6 @@ static struct ctl_table kern_table[] = { ...@@ -972,10 +968,6 @@ static struct ctl_table kern_table[] = {
.proc_handler = proc_dointvec, .proc_handler = proc_dointvec,
}, },
#endif #endif
/*
* NOTE: do not add new entries to this table unless you have read
* Documentation/sysctl/ctl_unnumbered.txt
*/
{ } { }
}; };
...@@ -1336,11 +1328,6 @@ static struct ctl_table vm_table[] = { ...@@ -1336,11 +1328,6 @@ static struct ctl_table vm_table[] = {
.extra2 = &one, .extra2 = &one,
}, },
#endif #endif
/*
* NOTE: do not add new entries to this table unless you have read
* Documentation/sysctl/ctl_unnumbered.txt
*/
{ } { }
}; };
...@@ -1496,10 +1483,6 @@ static struct ctl_table fs_table[] = { ...@@ -1496,10 +1483,6 @@ static struct ctl_table fs_table[] = {
.proc_handler = &pipe_proc_fn, .proc_handler = &pipe_proc_fn,
.extra1 = &pipe_min_size, .extra1 = &pipe_min_size,
}, },
/*
* NOTE: do not add new entries to this table unless you have read
* Documentation/sysctl/ctl_unnumbered.txt
*/
{ } { }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment