sched/fair: replace cfs_rq->rb_leftmost
[sfrench/cifs-2.6.git] / kernel / sched / sched.h
index 6ed7962dc89668f55b26f29c41f8af86ae30890a..c30c57563dbc7ef0cf744475ee6a80d331a08732 100644 (file)
@@ -426,8 +426,7 @@ struct cfs_rq {
        u64 min_vruntime_copy;
 #endif
 
-       struct rb_root tasks_timeline;
-       struct rb_node *rb_leftmost;
+       struct rb_root_cached tasks_timeline;
 
        /*
         * 'curr' points to currently running entity on this cfs_rq.