diff options
Diffstat (limited to 'include/linux/slab.h')
| -rw-r--r-- | include/linux/slab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h index 14e3fe4bd6a1..ed9cbddeb4a6 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h | |||
| @@ -97,7 +97,7 @@ | |||
| 97 | # define SLAB_FAILSLAB 0 | 97 | # define SLAB_FAILSLAB 0 |
| 98 | #endif | 98 | #endif |
| 99 | /* Account to memcg */ | 99 | /* Account to memcg */ |
| 100 | #if defined(CONFIG_MEMCG) && !defined(CONFIG_SLOB) | 100 | #ifdef CONFIG_MEMCG_KMEM |
| 101 | # define SLAB_ACCOUNT ((slab_flags_t __force)0x04000000U) | 101 | # define SLAB_ACCOUNT ((slab_flags_t __force)0x04000000U) |
| 102 | #else | 102 | #else |
| 103 | # define SLAB_ACCOUNT 0 | 103 | # define SLAB_ACCOUNT 0 |
