diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 89ef0c1a16429b3a0f8f30be0e50489c33bb73fb..7daa5b045a175ab1183ce5fe761d9b4628120271 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -2699,7 +2699,7 @@ static struct ctl_table kern_table[] = { .maxlen = sizeof(unsigned int), .mode = 0644, .proc_handler = proc_dointvec_minmax, - .extra1 = &one_thousand, + .extra1 = &one_hundred, .extra2 = &hundred_thousand, }, {