[PATCH] slab: remove SLAB_USER
SLAB_USER is an alias of GFP_USER Signed-off-by: Christoph Lameter <clameter@sgi.com> 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
e6b4f8da3a
commit
f7267c0c07
@ -20,7 +20,6 @@ typedef struct kmem_cache kmem_cache_t;
|
||||
|
||||
/* flags for kmem_cache_alloc() */
|
||||
#define SLAB_ATOMIC GFP_ATOMIC
|
||||
#define SLAB_USER GFP_USER
|
||||
#define SLAB_KERNEL GFP_KERNEL
|
||||
#define SLAB_DMA GFP_DMA
|
||||
|
||||
|
Reference in New Issue
Block a user