Hi Oliver, Oliver Mangold <[email protected]> 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 <[email protected]>
I rebased your series on top of v6.18-rc3 and pushed it here [1]. I also added some commits with review feedback. Best regards, Andreas Hindborg [1] https://github.com/metaspace/linux/tree/ownable-v12
