diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/sysctl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 371c4f99772c..806c9de5ce08 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -588,6 +588,7 @@ static ctl_table kern_table[] = { .maxlen = sizeof(int), .mode = 0644, .proc_handler = &proc_dointvec_jiffies, + .strategy = &sysctl_jiffies, }, { .ctl_name = KERN_PRINTK_RATELIMIT_BURST, @@ -596,6 +597,7 @@ static ctl_table kern_table[] = { .maxlen = sizeof(int), .mode = 0644, .proc_handler = &proc_dointvec, + .strategy = &sysctl_jiffies, }, { .ctl_name = 0 } }; |
