Re: [PATCH v11 0/4] New trait OwnableRefCounted for ARef<->Owned conversion.

From: Oliver Mangold
Date: Mon Aug 18 2025 - 02:02:27 EST


On 250815 1212, Andreas Hindborg wrote:
> Hi Oliver,
>
> "Oliver Mangold" <oliver.mangold@xxxxx> writes:
>
> > This allows to convert between ARef<T> and Owned<T> by
> > implementing the new trait OwnedRefCounted.
> >
> > This way we will have a shared/unique reference counting scheme
> > for types with built-in refcounts in analogy to Arc/UniqueArc.
> >
> > Signed-off-by: Oliver Mangold <oliver.mangold@xxxxx>
> > ---
>
> In case it might save you some work, I rebased your series on v6.17-rc1:
>
> https://github.com/metaspace/linux/commits/217c7ba3b95213abf9c1ce1a98ca496a48401f10
>
Thanks a lot. I will use it. I hope I find some time soon.

Oliver