Re: [PATCH 02/04 v2] sysctl: change to use proc_dointvec_bool whileneeded

From: Andrew Morton
Date: Mon Mar 07 2011 - 18:05:50 EST


On Fri, 4 Mar 2011 23:46:31 +0800
Dave Young <hidave.darkstar@xxxxxxxxx> wrote:

> @@ -374,9 +372,7 @@ static struct ctl_table kern_table[] = {
> .data = &sysctl_sched_autogroup_enabled,
> .maxlen = sizeof(unsigned int),
> .mode = 0644,
> - .proc_handler = proc_dointvec,
> - .extra1 = &zero,
> - .extra2 = &one,
> + .proc_handler = proc_dointvec_bool,
> },

This field has changed in linux-next, so I dropped this hunk.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/