diff options
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 1ffe0a959cd4..71829efc40ba 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h | |||
@@ -34,7 +34,6 @@ typedef struct kmem_cache kmem_cache_t __deprecated; | |||
34 | 34 | ||
35 | /* Flags passed to a constructor functions */ | 35 | /* Flags passed to a constructor functions */ |
36 | #define SLAB_CTOR_CONSTRUCTOR 0x001UL /* If not set, then deconstructor */ | 36 | #define SLAB_CTOR_CONSTRUCTOR 0x001UL /* If not set, then deconstructor */ |
37 | #define SLAB_CTOR_ATOMIC 0x002UL /* Tell constructor it can't sleep */ | ||
38 | 37 | ||
39 | /* | 38 | /* |
40 | * struct kmem_cache related prototypes | 39 | * struct kmem_cache related prototypes |