aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/sysctl.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 7dca326648d5..2ce7acf841ae 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -999,10 +999,6 @@ static ctl_table vm_table[] = {
999 * NOTE: do not add new entries to this table unless you have read 999 * NOTE: do not add new entries to this table unless you have read
1000 * Documentation/sysctl/ctl_unnumbered.txt 1000 * Documentation/sysctl/ctl_unnumbered.txt
1001 */ 1001 */
1002/*
1003 * NOTE: do not add new entries to this table unless you have read
1004 * Documentation/sysctl/ctl_unnumbered.txt
1005 */
1006 { .ctl_name = 0 } 1002 { .ctl_name = 0 }
1007}; 1003};
1008 1004
@@ -1147,10 +1143,6 @@ static ctl_table fs_table[] = {
1147 * NOTE: do not add new entries to this table unless you have read 1143 * NOTE: do not add new entries to this table unless you have read
1148 * Documentation/sysctl/ctl_unnumbered.txt 1144 * Documentation/sysctl/ctl_unnumbered.txt
1149 */ 1145 */
1150/*
1151 * NOTE: do not add new entries to this table unless you have read
1152 * Documentation/sysctl/ctl_unnumbered.txt
1153 */
1154 { .ctl_name = 0 } 1146 { .ctl_name = 0 }
1155}; 1147};
1156 1148