Loading kernel/sysctl.c +4 −1 Original line number Original line Diff line number Diff line Loading @@ -748,7 +748,10 @@ static ctl_table kern_table[] = { .proc_handler = &proc_dostring, .proc_handler = &proc_dostring, .strategy = &sysctl_string, .strategy = &sysctl_string, }, }, /* * NOTE: do not add new entries to this table unless you have read * Documentation/sysctl/ctl_unnumbered.txt */ { .ctl_name = 0 } { .ctl_name = 0 } }; }; Loading Loading
kernel/sysctl.c +4 −1 Original line number Original line Diff line number Diff line Loading @@ -748,7 +748,10 @@ static ctl_table kern_table[] = { .proc_handler = &proc_dostring, .proc_handler = &proc_dostring, .strategy = &sysctl_string, .strategy = &sysctl_string, }, }, /* * NOTE: do not add new entries to this table unless you have read * Documentation/sysctl/ctl_unnumbered.txt */ { .ctl_name = 0 } { .ctl_name = 0 } }; }; Loading