Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c61fc40 authored by Joe Perches's avatar Joe Perches Committed by Christoph Lameter
Browse files

slab - use angle brackets for include of kmalloc_sizes.h



Make them all use angle brackets and the directory name.

Acked-by: default avatarPekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
parent 9ac33b2b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ static inline void *kmalloc(size_t size, gfp_t flags)
			goto found; \
		else \
			i++;
#include "kmalloc_sizes.h"
#include <linux/kmalloc_sizes.h>
#undef CACHE
		{
			extern void __you_cannot_kmalloc_that_much(void);
@@ -75,7 +75,7 @@ static inline void *kmalloc_node(size_t size, gfp_t flags, int node)
			goto found; \
		else \
			i++;
#include "kmalloc_sizes.h"
#include <linux/kmalloc_sizes.h>
#undef CACHE
		{
			extern void __you_cannot_kmalloc_that_much(void);
+1 −1
Original line number Diff line number Diff line
@@ -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