diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/slab.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h index 5dbc0bae26e3..6fb2ae214152 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h | |||
| @@ -32,9 +32,6 @@ typedef struct kmem_cache kmem_cache_t __deprecated; | |||
| 32 | #define SLAB_MEM_SPREAD 0x00100000UL /* Spread some memory over cpuset */ | 32 | #define SLAB_MEM_SPREAD 0x00100000UL /* Spread some memory over cpuset */ |
| 33 | #define SLAB_TRACE 0x00200000UL /* Trace allocations and frees */ | 33 | #define SLAB_TRACE 0x00200000UL /* Trace allocations and frees */ |
| 34 | 34 | ||
| 35 | /* Flags passed to a constructor functions */ | ||
| 36 | #define SLAB_CTOR_CONSTRUCTOR 0x001UL /* If not set, then deconstructor */ | ||
| 37 | |||
| 38 | /* | 35 | /* |
| 39 | * struct kmem_cache related prototypes | 36 | * struct kmem_cache related prototypes |
| 40 | */ | 37 | */ |
