Commit e020e742e5dbd8c44d31706995dc13ddc732e274

Authored by Jovi Zhang
Committed by Linus Torvalds
1 parent 5561050003

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>

Showing 2 changed files with 0 additions and 19 deletions Side-by-side Diff

Documentation/sysctl/00-INDEX
... ... @@ -4,8 +4,6 @@
4 4 - general information about /proc/sys/ sysctl files.
5 5 abi.txt
6 6 - documentation for /proc/sys/abi/*.
7   -ctl_unnumbered.txt
8   - - explanation of why one should not add new binary sysctl numbers.
9 7 fs.txt
10 8 - documentation for /proc/sys/fs/*.
11 9 kernel.txt
... ... @@ -246,10 +246,6 @@
246 246 .mode = 0555,
247 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 @@
972 968 .proc_handler = proc_dointvec,
973 969 },
974 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 @@
1336 1328 .extra2 = &one,
1337 1329 },
1338 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 @@
1496 1483 .proc_handler = &pipe_proc_fn,
1497 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