aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorJovi Zhang <bookjovi@gmail.com>2011-01-12 20:00:45 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2011-01-13 11:03:18 -0500
commite020e742e5dbd8c44d31706995dc13ddc732e274 (patch)
tree7a92c6bee050f27dda16dcc1eb3e7c9cf23fca07 /kernel
parent556105000334cb440636ef61b862d22b03c24f70 (diff)
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: Jovi Zhang <bookjovi@gmail.com> Cc: Dave Young <hidave.darkstar@gmail.com> Acked-by: WANG Cong <xiyou.wangcong@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sysctl.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index a05605a4c369..bc86bb32e126 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -246,10 +246,6 @@ static struct ctl_table root_table[] = {
246 .mode = 0555, 246 .mode = 0555,
247 .child = dev_table, 247 .child = dev_table,
248 }, 248 },
249/*
250 * NOTE: do not add new entries to this table unless you have read
251 * Documentation/sysctl/ctl_unnumbered.txt
252 */
253 { } 249 { }
254}; 250};
255 251
@@ -972,10 +968,6 @@ static struct ctl_table kern_table[] = {
972 .proc_handler = proc_dointvec, 968 .proc_handler = proc_dointvec,
973 }, 969 },
974#endif 970#endif
975/*
976 * NOTE: do not add new entries to this table unless you have read
977 * Documentation/sysctl/ctl_unnumbered.txt
978 */
979 { } 971 { }
980}; 972};
981 973
@@ -1336,11 +1328,6 @@ static struct ctl_table vm_table[] = {
1336 .extra2 = &one, 1328 .extra2 = &one,
1337 }, 1329 },
1338#endif 1330#endif
1339
1340/*
1341 * NOTE: do not add new entries to this table unless you have read
1342 * Documentation/sysctl/ctl_unnumbered.txt
1343 */
1344 { } 1331 { }
1345}; 1332};
1346 1333
@@ -1496,10 +1483,6 @@ static struct ctl_table fs_table[] = {
1496 .proc_handler = &pipe_proc_fn, 1483 .proc_handler = &pipe_proc_fn,
1497 .extra1 = &pipe_min_size, 1484 .extra1 = &pipe_min_size,
1498 }, 1485 },
1499/*
1500 * NOTE: do not add new entries to this table unless you have read
1501 * Documentation/sysctl/ctl_unnumbered.txt
1502 */
1503 { } 1486 { }
1504}; 1487};
1505 1488