From: Anton Blanchard <anton@samba.org>




 kernel/sysctl.c |    2 ++
 1 files changed, 2 insertions(+)

diff -puN kernel/sysctl.c~printk_ratelimit-fix kernel/sysctl.c
--- 25/kernel/sysctl.c~printk_ratelimit-fix	2004-01-04 14:09:18.000000000 -0800
+++ 25-akpm/kernel/sysctl.c	2004-01-04 14:09:18.000000000 -0800
@@ -589,6 +589,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,
@@ -597,6 +598,7 @@ static ctl_table kern_table[] = {
 		.maxlen		= sizeof(int),
 		.mode		= 0644,
 		.proc_handler	= &proc_dointvec,
+		.strategy	= &sysctl_jiffies,
 	},
 	{ .ctl_name = 0 }
 };

_