public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Dave Young <hidave.darkstar@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>, David Miller <davem@davemloft.net>,
	Don Zickus <dzickus@redhat.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 02/04 v2] sysctl: change to use proc_dointvec_bool while needed
Date: Mon, 7 Mar 2011 15:05:26 -0800	[thread overview]
Message-ID: <20110307150526.9afedd47.akpm@linux-foundation.org> (raw)
In-Reply-To: <20110304154631.GB14672@darkstar>

On Fri, 4 Mar 2011 23:46:31 +0800
Dave Young <hidave.darkstar@gmail.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.

  reply	other threads:[~2011-03-07 23:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-04 15:46 [PATCH 02/04 v2] sysctl: change to use proc_dointvec_bool while needed Dave Young
2011-03-07 23:05 ` Andrew Morton [this message]
2011-03-08  5:15   ` Dave Young

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110307150526.9afedd47.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=dzickus@redhat.com \
    --cc=hidave.darkstar@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox