aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl.c')
-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