Re: [PATCH] rust: sync: rcu: Mark Guard methods as inline

From: I Hsin Cheng
Date: Sat Mar 15 2025 - 02:30:03 EST


On Fri, Mar 14, 2025 at 03:43:23PM +0100, Miguel Ojeda wrote:
> On Thu, Mar 13, 2025 at 5:30 AM Joel Fernandes <joelagnelf@xxxxxxxxxx> wrote:
> >
> > Reviewed-by: Joel Fernandes <joelagnelf@xxxxxxxxxx>
> >
> > If no objections, I can queue it for 6.16 but let me know if Rust maintainers
> > prefer to take it.
>
> Thanks! That would be great -- FWIW:
>
> Acked-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
>
> By the way, should `read_lock()` be marked too? It just calls another
> (now `#[inline]` one).
>
> Cheers,
> Miguel

Hi all,

Thanks for your kindly review and comments!

> By the way, should `read_lock()` be marked too? It just calls another
> (now `#[inline]` one).

I'll do it and fix the typo mentioned by Charalampos. I'll send v2 to
you ASAP. Thanks !

Best regards,
I Hsin Cheng