[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <AANLkTimharU+iWRc9Mf_Sk6qnDyoAvuxxnL=3suvwT1j@mail.gmail.com>
Date: Tue, 8 Mar 2011 13:15:54 +0800
From: Dave Young <hidave.darkstar@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>
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 Tue, Mar 8, 2011 at 7:05 AM, Andrew Morton <akpm@...ux-foundation.org> wrote:
> 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.
>
Thank you for updating the patch.
--
Regards
dave
Powered by blists - more mailing lists