diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 066a2c328653..789923fbee3a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -723,7 +723,7 @@ struct task_struct { | |||
723 | #endif | 723 | #endif |
724 | #ifdef CONFIG_MEMCG | 724 | #ifdef CONFIG_MEMCG |
725 | unsigned in_user_fault:1; | 725 | unsigned in_user_fault:1; |
726 | #ifndef CONFIG_SLOB | 726 | #ifdef CONFIG_MEMCG_KMEM |
727 | unsigned memcg_kmem_skip_account:1; | 727 | unsigned memcg_kmem_skip_account:1; |
728 | #endif | 728 | #endif |
729 | #endif | 729 | #endif |