Re: [PATCH 7/7] [hrtimers] Set correct initial expiry time forrelative SIGEV_NONE timers

From: Thomas Gleixner
Date: Fri Jan 20 2006 - 04:47:58 EST


On Thu, 2006-01-19 at 21:11 -0800, Andrew Morton wrote:
> Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
> >
> >
> > The expiry time for relative timers with SIGEV_NONE set was never
> > updated to the correct value.
> >
>
> Ahem.
>
> > + if (mode == HRTIMER_REL)
> > + timer->expires = ktime_add(timer-expires,
> > + timer->base->get_time());
>
> doesn't compile, hence isn't tested.

Oh well, I wanted to add quilt autorefresh mode since long :(

tglx


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/