Re: [PATCH 01/10] rust: Rename timer_container_of() to hrtimer_container_of()
From: Ingo Molnar
Date: Fri Apr 18 2025 - 03:13:53 EST
* Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote:
> On Wed, Apr 16, 2025 at 11:05 AM Ingo Molnar <mingo@xxxxxxxxxx> wrote:
> >
> > This primitive is dealing with 'struct hrtimer' objects, not
> > 'struct timer_list' objects - so clarify the name.
> >
> > We want to introduce the timer_container_of() symbol in the kernel
> > for timer_list, make sure there's no clash of namespaces, at least
> > on the conceptual plane.
>
> Andreas should Ack, but I quickly build-tested it and it looks OK:
>
> Acked-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
Thank you!
Ingo