aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index e3d556427b2e..555e27d717c0 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1078,6 +1078,7 @@ struct sched_entity {
1078#endif 1078#endif
1079 1079
1080#ifdef CONFIG_FAIR_GROUP_SCHED 1080#ifdef CONFIG_FAIR_GROUP_SCHED
1081 int depth;
1081 struct sched_entity *parent; 1082 struct sched_entity *parent;
1082 /* rq on which this entity is (to be) queued: */ 1083 /* rq on which this entity is (to be) queued: */
1083 struct cfs_rq *cfs_rq; 1084 struct cfs_rq *cfs_rq;