All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Christoph Lameter <clameter@sgi.com>
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	Eric Dumazet <dada1@cosmosbay.com>,
	Pekka Enberg <penberg@cs.helsinki.fi>,
	linux-mm@kvack.org
Subject: Re: [PATCH 5/5] mm/... convert #include "linux/..." to #include
Date: Mon, 20 Aug 2007 18:49:26 +0000	[thread overview]
Message-ID: <1187635766.5963.3.camel@localhost> (raw)
In-Reply-To: <Pine.LNX.4.64.0708201106230.25248@schroedinger.engr.sgi.com>

On Mon, 2007-08-20 at 11:06 -0700, Christoph Lameter wrote:
> On Sun, 19 Aug 2007, Joe Perches wrote:
> > diff --git a/mm/slab.c b/mm/slab.c
> > -#include "linux/kmalloc_sizes.h"
> > +#include <linux/kmalloc_sizes.h>
> But I think this was done intentionally to point out that the file 
> includes is *not* a regular include file.

Maybe.  I think it's just a simple error.

mm/slab.c has 2 other includes of

	#include <linux/kmalloc_sizes.h>

cheers, Joe


WARNING: multiple messages have this Message-ID (diff)
From: Joe Perches <joe@perches.com>
To: Christoph Lameter <clameter@sgi.com>
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	Eric Dumazet <dada1@cosmosbay.com>,
	Pekka Enberg <penberg@cs.helsinki.fi>,
	linux-mm@kvack.org
Subject: Re: [PATCH 5/5] mm/... convert #include "linux/..." to #include <linux/...>
Date: Mon, 20 Aug 2007 11:49:26 -0700	[thread overview]
Message-ID: <1187635766.5963.3.camel@localhost> (raw)
In-Reply-To: <Pine.LNX.4.64.0708201106230.25248@schroedinger.engr.sgi.com>

On Mon, 2007-08-20 at 11:06 -0700, Christoph Lameter wrote:
> On Sun, 19 Aug 2007, Joe Perches wrote:
> > diff --git a/mm/slab.c b/mm/slab.c
> > -#include "linux/kmalloc_sizes.h"
> > +#include <linux/kmalloc_sizes.h>
> But I think this was done intentionally to point out that the file 
> includes is *not* a regular include file.

Maybe.  I think it's just a simple error.

mm/slab.c has 2 other includes of

	#include <linux/kmalloc_sizes.h>

cheers, Joe


WARNING: multiple messages have this Message-ID (diff)
From: Joe Perches <joe@perches.com>
To: Christoph Lameter <clameter@sgi.com>
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	Eric Dumazet <dada1@cosmosbay.com>,
	Pekka Enberg <penberg@cs.helsinki.fi>,
	linux-mm@kvack.org
Subject: Re: [PATCH 5/5] mm/... convert #include "linux/..." to #include <linux/...>
Date: Mon, 20 Aug 2007 11:49:26 -0700	[thread overview]
Message-ID: <1187635766.5963.3.camel@localhost> (raw)
In-Reply-To: <Pine.LNX.4.64.0708201106230.25248@schroedinger.engr.sgi.com>

On Mon, 2007-08-20 at 11:06 -0700, Christoph Lameter wrote:
> On Sun, 19 Aug 2007, Joe Perches wrote:
> > diff --git a/mm/slab.c b/mm/slab.c
> > -#include "linux/kmalloc_sizes.h"
> > +#include <linux/kmalloc_sizes.h>
> But I think this was done intentionally to point out that the file 
> includes is *not* a regular include file.

Maybe.  I think it's just a simple error.

mm/slab.c has 2 other includes of

	#include <linux/kmalloc_sizes.h>

cheers, Joe

--
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>

  reply	other threads:[~2007-08-20 18:49 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-19 22:19 [PATCH 5/5] mm/... convert #include "linux/..." to #include Joe Perches
2007-08-19 22:19 ` [PATCH 5/5] mm/... convert #include "linux/..." to #include <linux/...> Joe Perches
2007-08-19 22:19 ` Joe Perches
2007-08-20 18:06 ` [PATCH 5/5] mm/... convert #include "linux/..." to #include Christoph Lameter
2007-08-20 18:06   ` [PATCH 5/5] mm/... convert #include "linux/..." to #include <linux/...> Christoph Lameter
2007-08-20 18:06   ` Christoph Lameter
2007-08-20 18:49   ` Joe Perches [this message]
2007-08-20 18:49     ` Joe Perches
2007-08-20 18:49     ` Joe Perches
2007-08-20 18:57     ` [PATCH 5/5] mm/... convert #include "linux/..." to #include Christoph Lameter
2007-08-20 18:57       ` [PATCH 5/5] mm/... convert #include "linux/..." to #include <linux/...> Christoph Lameter
2007-08-20 18:57       ` Christoph Lameter

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=1187635766.5963.3.camel@localhost \
    --to=joe@perches.com \
    --cc=clameter@sgi.com \
    --cc=dada1@cosmosbay.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=penberg@cs.helsinki.fi \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.