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 f18300eddfcb..106bd8a45998 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1535,7 +1535,7 @@ struct task_struct { | |||
1535 | #ifdef CONFIG_TRACING | 1535 | #ifdef CONFIG_TRACING |
1536 | /* state flags for use by tracers */ | 1536 | /* state flags for use by tracers */ |
1537 | unsigned long trace; | 1537 | unsigned long trace; |
1538 | /* bitmask of trace recursion */ | 1538 | /* bitmask and counter of trace recursion */ |
1539 | unsigned long trace_recursion; | 1539 | unsigned long trace_recursion; |
1540 | #endif /* CONFIG_TRACING */ | 1540 | #endif /* CONFIG_TRACING */ |
1541 | #ifdef CONFIG_CGROUP_MEM_RES_CTLR /* memcg uses this to do batch job */ | 1541 | #ifdef CONFIG_CGROUP_MEM_RES_CTLR /* memcg uses this to do batch job */ |