Re: [PATCH v11 0/4] New trait OwnableRefCounted for ARef<->Owned conversion.
From: Oliver Mangold <hidden>
Date: 2025-08-18 06:00:03
Also in:
lkml
From: Oliver Mangold <hidden>
Date: 2025-08-18 06:00:03
Also in:
lkml
On 250815 1212, Andreas Hindborg wrote:
Hi Oliver, "Oliver Mangold" [off-list ref] writes:quoted
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 <redacted> ---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