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 d8b2d0bec0d8..7b78d9cad471 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1513,7 +1513,7 @@ struct task_struct {
1513#ifdef CONFIG_TRACING 1513#ifdef CONFIG_TRACING
1514 /* state flags for use by tracers */ 1514 /* state flags for use by tracers */
1515 unsigned long trace; 1515 unsigned long trace;
1516 /* bitmask of trace recursion */ 1516 /* bitmask and counter of trace recursion */
1517 unsigned long trace_recursion; 1517 unsigned long trace_recursion;
1518#endif /* CONFIG_TRACING */ 1518#endif /* CONFIG_TRACING */
1519#ifdef CONFIG_CGROUP_MEM_RES_CTLR /* memcg uses this to do batch job */ 1519#ifdef CONFIG_CGROUP_MEM_RES_CTLR /* memcg uses this to do batch job */