mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] slab: remove SLAB_NOIO
SLAB_NOIO is an alias of GFP_NOIO with a single instance of use. 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:
parent
a06d72c1dc
commit
55acbda096
2 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@ typedef struct kmem_cache kmem_cache_t;
|
|||
|
||||
/* flags for kmem_cache_alloc() */
|
||||
#define SLAB_NOFS GFP_NOFS
|
||||
#define SLAB_NOIO GFP_NOIO
|
||||
#define SLAB_ATOMIC GFP_ATOMIC
|
||||
#define SLAB_USER GFP_USER
|
||||
#define SLAB_KERNEL GFP_KERNEL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue