* Re: sysctl.c: add text telling people to use CTL_UNNUMBERED
[not found] <200707161802.l6GI2h6J006803@hera.kernel.org>
@ 2007-07-16 18:23 ` Randy Dunlap
2007-07-16 18:35 ` Andrew Morton
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2007-07-16 18:23 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: akpm, torvalds
On Mon, 16 Jul 2007 18:02:43 GMT Linux Kernel Mailing List wrote:
> Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2be7fe075af8f8ba9c8b8ab0feec4ba4fff04979
> Commit: 2be7fe075af8f8ba9c8b8ab0feec4ba4fff04979
> Parent: 97d8f83cb734525f96992fd61e4f7323ab3d549c
> Author: Andrew Morton <akpm@linux-foundation.org>
> AuthorDate: Sun Jul 15 23:41:21 2007 -0700
> Committer: Linus Torvalds <torvalds@woody.linux-foundation.org>
> CommitDate: Mon Jul 16 09:05:49 2007 -0700
>
> sysctl.c: add text telling people to use CTL_UNNUMBERED
>
> Hopefully this will help people to understand the new regime.
>
> Cc: "Eric W. Biederman" <ebiederm@xmission.com>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
> ---
> kernel/sysctl.c | 21 ++++++++++++++++++++-
> 1 files changed, 20 insertions(+), 1 deletions(-)
>
> diff --git a/kernel/sysctl.c b/kernel/sysctl.c
> index 2cce228..7dca326 100644
> --- a/kernel/sysctl.c
> +++ b/kernel/sysctl.c
> @@ -203,7 +203,10 @@ static 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
> + */
> { .ctl_name = 0 }
> };
>
> @@ -992,6 +995,14 @@ static ctl_table vm_table[] = {
> .extra1 = &zero,
> },
> #endif
> +/*
> + * NOTE: do not add new entries to this table unless you have read
> + * Documentation/sysctl/ctl_unnumbered.txt
> + */
> +/*
> + * NOTE: do not add new entries to this table unless you have read
> + * Documentation/sysctl/ctl_unnumbered.txt
> + */
> { .ctl_name = 0 }
> };
Are these comments above & below doubled up for Emphasis??
> @@ -1132,6 +1143,14 @@ static 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
> + */
> +/*
> + * NOTE: do not add new entries to this table unless you have read
> + * Documentation/sysctl/ctl_unnumbered.txt
> + */
> { .ctl_name = 0 }
> };
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: sysctl.c: add text telling people to use CTL_UNNUMBERED
2007-07-16 18:23 ` sysctl.c: add text telling people to use CTL_UNNUMBERED Randy Dunlap
@ 2007-07-16 18:35 ` Andrew Morton
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2007-07-16 18:35 UTC (permalink / raw)
To: Randy Dunlap; +Cc: Linux Kernel Mailing List, torvalds
On Mon, 16 Jul 2007 11:23:05 -0700
Randy Dunlap <randy.dunlap@oracle.com> wrote:
> > +/*
> > + * NOTE: do not add new entries to this table unless you have read
> > + * Documentation/sysctl/ctl_unnumbered.txt
> > + */
> > +/*
> > + * NOTE: do not add new entries to this table unless you have read
> > + * Documentation/sysctl/ctl_unnumbered.txt
> > + */
> > { .ctl_name = 0 }
> > };
>
> Are these comments above & below doubled up for Emphasis??
hm, that could have been some late-night reject-fixing.
sysctl.c is (hopefully "was") the second worst source of rejects in the
tree.
PITA #1 is Documentation/feature-removal-schedule.txt, but that is
fortunately amenable to the insert-it-at-a-random-position solution.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-16 18:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <200707161802.l6GI2h6J006803@hera.kernel.org>
2007-07-16 18:23 ` sysctl.c: add text telling people to use CTL_UNNUMBERED Randy Dunlap
2007-07-16 18:35 ` Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome