From: Wu Fengguang <fengguang.wu@intel.com>
To: Nikanth Karthikesan <knikanth@suse.de>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Jens Axboe <jens.axboe@oracle.com>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org,
"Eric W. Biederman" <ebiederm@xmission.com>
Subject: Re: [PATCH] Remove references to CTL_UNNUMBERED which has been removed
Date: Thu, 11 Feb 2010 13:28:30 +0800 [thread overview]
Message-ID: <20100211052830.GB15392@localhost> (raw)
In-Reply-To: <201002091659.24421.knikanth@suse.de>
On Tue, Feb 09, 2010 at 04:59:24PM +0530, Nikanth Karthikesan wrote:
> Remove references to CTL_UNNUMBERED which has been removed.
>
Acked-by: Wu Fengguang <fengguang.wu@intel.com>
CTL_UNNUMBERED is removed in 86926d00 by Eric W. Biederman.
Thanks,
Fengguang
> Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
>
> ---
>
> Index: linux-2.6/kernel/sysctl.c
> ===================================================================
> --- linux-2.6.orig/kernel/sysctl.c
> +++ linux-2.6/kernel/sysctl.c
> @@ -232,10 +232,6 @@ static struct ctl_table root_table[] = {
> .mode = 0555,
> .child = dev_table,
> },
> -/*
> - * NOTE: do not add new entries to this table unless you have read
> - * Documentation/sysctl/ctl_unnumbered.txt
> - */
> { }
> };
>
> @@ -936,10 +932,6 @@ static struct ctl_table kern_table[] = {
> .proc_handler = proc_dointvec,
> },
> #endif
> -/*
> - * NOTE: do not add new entries to this table unless you have read
> - * Documentation/sysctl/ctl_unnumbered.txt
> - */
> { }
> };
>
> @@ -1282,10 +1274,6 @@ static struct ctl_table vm_table[] = {
> },
> #endif
>
> -/*
> - * NOTE: do not add new entries to this table unless you have read
> - * Documentation/sysctl/ctl_unnumbered.txt
> - */
> { }
> };
>
> @@ -1433,10 +1421,6 @@ static struct ctl_table fs_table[] = {
> .child = binfmt_misc_table,
> },
> #endif
> -/*
> - * NOTE: do not add new entries to this table unless you have read
> - * Documentation/sysctl/ctl_unnumbered.txt
> - */
> { }
> };
>
> Index: linux-2.6/Documentation/sysctl/00-INDEX
> ===================================================================
> --- linux-2.6.orig/Documentation/sysctl/00-INDEX
> +++ linux-2.6/Documentation/sysctl/00-INDEX
> @@ -4,8 +4,6 @@ README
> - general information about /proc/sys/ sysctl files.
> abi.txt
> - documentation for /proc/sys/abi/*.
> -ctl_unnumbered.txt
> - - explanation of why one should not add new binary sysctl numbers.
> fs.txt
> - documentation for /proc/sys/fs/*.
> kernel.txt
>
> --
> To unsubscribe, send a message with 'unsubscribe linux-mm' in
> the body to majordomo@kvack.org. For more info on Linux MM,
> see: http://www.linux-mm.org/ .
> Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
prev parent reply other threads:[~2010-02-11 5:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-09 11:29 [PATCH] Remove references to CTL_UNNUMBERED which has been removed Nikanth Karthikesan
2010-02-11 5:28 ` Wu Fengguang [this message]
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=20100211052830.GB15392@localhost \
--to=fengguang.wu@intel.com \
--cc=akpm@linux-foundation.org \
--cc=ebiederm@xmission.com \
--cc=jens.axboe@oracle.com \
--cc=knikanth@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
/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;
as well as URLs for NNTP newsgroup(s).