lkml.org 
[lkml]   [2010]   [Feb]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 1/3] sched: use EDF to schedule groups
From
Date
On Tue, 2010-02-23 at 19:56 +0100, Fabio Checconi wrote:
> @@ -36,7 +29,8 @@ static inline struct task_struct *rt_task_of(struct sched_rt_entity *rt_se)
>
> static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq)
> {
> - return container_of(rt_rq, struct rq, rt);
> + struct rt_root_rq *rt = container_of(rt_rq, struct rt_root_rq, rt_rq);
> + return container_of(rt, struct rq, rt);
> }

I think you can write that double container_of() as a single:

return container_of(rt_rq, struct rq, rt.rt_rq);





\
 
 \ /
  Last update: 2010-02-25 22:45    [W:1.500 / U:0.000 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site