diff options
Diffstat (limited to 'include/linux/slab.h')
-rw-r--r-- | include/linux/slab.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h index ebddfca9e24b..79f6532f8a0b 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h | |||
@@ -89,12 +89,6 @@ | |||
89 | /* Avoid kmemleak tracing */ | 89 | /* Avoid kmemleak tracing */ |
90 | #define SLAB_NOLEAKTRACE ((slab_flags_t __force)0x00800000U) | 90 | #define SLAB_NOLEAKTRACE ((slab_flags_t __force)0x00800000U) |
91 | 91 | ||
92 | /* Don't track use of uninitialized memory */ | ||
93 | #ifdef CONFIG_KMEMCHECK | ||
94 | # define SLAB_NOTRACK ((slab_flags_t __force)0x01000000U) | ||
95 | #else | ||
96 | # define SLAB_NOTRACK 0 | ||
97 | #endif | ||
98 | /* Fault injection mark */ | 92 | /* Fault injection mark */ |
99 | #ifdef CONFIG_FAILSLAB | 93 | #ifdef CONFIG_FAILSLAB |
100 | # define SLAB_FAILSLAB ((slab_flags_t __force)0x02000000U) | 94 | # define SLAB_FAILSLAB ((slab_flags_t __force)0x02000000U) |