diff options
author | Christoph Lameter <clameter@sgi.com> | 2006-12-06 20:33:13 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 08:39:23 -0800 |
commit | 55acbda0965ca0a29b0ca276e7d17a55edc11d1b (patch) | |
tree | db2eb5d570999e3e04f24d1ad57f7544b58df395 /include/linux/slab.h | |
parent | a06d72c1dcbff015250df6ad9f0b1d18c02113bf (diff) | |
download | linux-3.10-55acbda0965ca0a29b0ca276e7d17a55edc11d1b.tar.gz linux-3.10-55acbda0965ca0a29b0ca276e7d17a55edc11d1b.tar.bz2 linux-3.10-55acbda0965ca0a29b0ca276e7d17a55edc11d1b.zip |
[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>
Diffstat (limited to 'include/linux/slab.h')
-rw-r--r-- | include/linux/slab.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h index 6f7b9bb4306..43ced80c327 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h @@ -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 |