On Fri, 19 Jan 2018 13:11:21 -0500
Steven Rostedt <rost...@goodmis.org> wrote:

>  void rto_push_irq_work_func(struct irq_work *work)
>  {
> +     struct root_domain *rd =
> +             container_of(work, struct root_domain, rto_push_work);
>       struct rq *rq;

Notice that I also remove the dependency on rq from getting the rd.

-- Steve

Reply via email to