[PATCH] mm: rename kmem_cache_s to kmem_cache
This patch renames struct kmem_cache_s to kmem_cache so we can start using it instead of kmem_cache_t typedef. Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
4f12bb4f77
commit
2109a2d1b1
7 changed files with 12 additions and 12 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
#if defined(__KERNEL__)
|
||||
|
||||
typedef struct kmem_cache_s kmem_cache_t;
|
||||
typedef struct kmem_cache kmem_cache_t;
|
||||
|
||||
#include <linux/config.h> /* kmalloc_sizes.h needs CONFIG_ options */
|
||||
#include <linux/gfp.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue