aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 1827f4a7a6de..066a2c328653 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -722,7 +722,7 @@ struct task_struct {
722 unsigned restore_sigmask:1; 722 unsigned restore_sigmask:1;
723#endif 723#endif
724#ifdef CONFIG_MEMCG 724#ifdef CONFIG_MEMCG
725 unsigned memcg_may_oom:1; 725 unsigned in_user_fault:1;
726#ifndef CONFIG_SLOB 726#ifndef CONFIG_SLOB
727 unsigned memcg_kmem_skip_account:1; 727 unsigned memcg_kmem_skip_account:1;
728#endif 728#endif