[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110307150526.9afedd47.akpm@linux-foundation.org>
Date: Mon, 7 Mar 2011 15:05:26 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Dave Young <hidave.darkstar@...il.com>
Cc: Ingo Molnar <mingo@...e.hu>, David Miller <davem@...emloft.net>,
Don Zickus <dzickus@...hat.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 02/04 v2] sysctl: change to use proc_dointvec_bool while
needed
On Fri, 4 Mar 2011 23:46:31 +0800
Dave Young <hidave.darkstar@...il.com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists