All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mm/slab.c - use angle brackets for include
@ 2008-03-05  0:47 ` Joe Perches
  0 siblings, 0 replies; 4+ messages in thread
From: Joe Perches @ 2008-03-05  0:47 UTC (permalink / raw)
  To: Pekka Enberg, linux-mm; +Cc: LKML

Signed-off-by: Joe Perches <joe@perches.com>

mm/slab.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/slab.c b/mm/slab.c
index 473e6c2..a37f897 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -333,7 +333,7 @@ static __always_inline int index_of(const size_t size)
 		return i; \
 	else \
 		i++;
-#include "linux/kmalloc_sizes.h"
+#include <linux/kmalloc_sizes.h>
 #undef CACHE
 		__bad_size();
 	} else




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] mm/slab.c - use angle brackets for include
@ 2008-03-05  0:47 ` Joe Perches
  0 siblings, 0 replies; 4+ messages in thread
From: Joe Perches @ 2008-03-05  0:47 UTC (permalink / raw)
  To: Pekka Enberg, linux-mm; +Cc: LKML

mm/slab.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/slab.c b/mm/slab.c
index 473e6c2..a37f897 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -333,7 +333,7 @@ static __always_inline int index_of(const size_t size)
 		return i; \
 	else \
 		i++;
-#include "linux/kmalloc_sizes.h"
+#include <linux/kmalloc_sizes.h>
 #undef CACHE
 		__bad_size();
 	} else



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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] mm/slab.c - use angle brackets for include
       [not found]       ` <Pine.LNX.4.64.0803051250440.30634@schroedinger.engr.sgi.com>
@ 2008-03-05 21:18         ` Joe Perches
  2008-03-05 21:20           ` Pekka Enberg
  0 siblings, 1 reply; 4+ messages in thread
From: Joe Perches @ 2008-03-05 21:18 UTC (permalink / raw)
  To: Christoph Lameter, netfilter-devel, netfilter, coreteam; +Cc: Pekka Enberg

On Wed, 2008-03-05 at 12:53 -0800, Christoph Lameter wrote:
> On Wed, 5 Mar 2008, Joe Perches wrote:
> > net/netfilter/nf_conntrack_extend.c:26:#include <linux/kmalloc_sizes.h>
> Urgh look at that:

:) at least it's noted as "horrible".

> Guess we need to define a constant KMALLC_MIN_SIZE in include/sl?b_def.h 
> to get rid of this hack?

Seems a likely idea, but maybe netfilter shouldn't bother
with a minimum?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mm/slab.c - use angle brackets for include
  2008-03-05 21:18         ` Joe Perches
@ 2008-03-05 21:20           ` Pekka Enberg
  0 siblings, 0 replies; 4+ messages in thread
From: Pekka Enberg @ 2008-03-05 21:20 UTC (permalink / raw)
  To: Joe Perches; +Cc: Christoph Lameter, netfilter-devel, netfilter, coreteam

Joe Perches wrote:
> Seems a likely idea, but maybe netfilter shouldn't bother
> with a minimum?

Agreed and sent a patch to do just that.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-05 21:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-05  0:47 [PATCH] mm/slab.c - use angle brackets for include Joe Perches
2008-03-05  0:47 ` Joe Perches
     [not found] ` <47CEEFF4.7080605@cs.helsinki.fi>
     [not found]   ` <Pine.LNX.4.64.0803051206160.30357@schroedinger.engr.sgi.com>
     [not found]     ` <1204748782.17370.47.camel@localhost>
     [not found]       ` <Pine.LNX.4.64.0803051250440.30634@schroedinger.engr.sgi.com>
2008-03-05 21:18         ` Joe Perches
2008-03-05 21:20           ` Pekka Enberg

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.