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

committed by
Linus Torvalds

parent
4f12bb4f77
commit
2109a2d1b1
@@ -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>
|
||||
|
Reference in New Issue
Block a user