X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=blobdiff_plain;f=kernel%2Fsysctl.c;h=083be6af29d705f371676a0bbca3b4c2546c62ee;hp=25e49b4d8049b8c361e60a5738f1dc6079d3bd22;hb=1dbe7e386f505bdae30f7436c41769149c7dcf32;hpb=815409a12c0a9c0de17a910fd95fe11e1eb97f32 diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 25e49b4d8049..083be6af29d7 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -2912,7 +2912,7 @@ static struct ctl_table vm_table[] = { .data = &sysctl_compaction_proactiveness, .maxlen = sizeof(sysctl_compaction_proactiveness), .mode = 0644, - .proc_handler = proc_dointvec_minmax, + .proc_handler = compaction_proactiveness_sysctl_handler, .extra1 = SYSCTL_ZERO, .extra2 = &one_hundred, },