diff options
| author | Christoph Lameter <clameter@sgi.com> | 2006-12-06 23:33:14 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:23 -0500 |
| commit | e6b4f8da3a88457148038bc952043e99a7fdba64 (patch) | |
| tree | 858c2a0e04b442395e7ecd0f60c8d2a3304b83e1 /include/linux | |
| parent | 55acbda0965ca0a29b0ca276e7d17a55edc11d1b (diff) | |
[PATCH] slab: remove SLAB_NOFS
SLAB_NOFS is an alias of GFP_NOFS.
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')
| -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 43ced80c32..5b70d52b4f 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h | |||
| @@ -19,7 +19,6 @@ typedef struct kmem_cache kmem_cache_t; | |||
| 19 | #include <asm/cache.h> /* kmalloc_sizes.h needs L1_CACHE_BYTES */ | 19 | #include <asm/cache.h> /* kmalloc_sizes.h needs L1_CACHE_BYTES */ |
| 20 | 20 | ||
| 21 | /* flags for kmem_cache_alloc() */ | 21 | /* flags for kmem_cache_alloc() */ |
| 22 | #define SLAB_NOFS GFP_NOFS | ||
| 23 | #define SLAB_ATOMIC GFP_ATOMIC | 22 | #define SLAB_ATOMIC GFP_ATOMIC |
| 24 | #define SLAB_USER GFP_USER | 23 | #define SLAB_USER GFP_USER |
| 25 | #define SLAB_KERNEL GFP_KERNEL | 24 | #define SLAB_KERNEL GFP_KERNEL |
