Merge branch 'akpm' (patches from Andrew)
[linux-2.6-microblaze.git] / kernel / sysctl.c
index 7c2b9bc..14f30b4 100644 (file)
@@ -1471,7 +1471,7 @@ static struct ctl_table vm_table[] = {
                .data           = &sysctl_extfrag_threshold,
                .maxlen         = sizeof(int),
                .mode           = 0644,
-               .proc_handler   = sysctl_extfrag_handler,
+               .proc_handler   = proc_dointvec_minmax,
                .extra1         = &min_extfrag_threshold,
                .extra2         = &max_extfrag_threshold,
        },