Re: [PATCH] rust: nova-core: Update ARef imports from sync::aref

From: Alexandre Courbot
Date: Thu Aug 21 2025 - 00:29:57 EST


On Wed Aug 20, 2025 at 8:28 PM JST, Shankari Anand wrote:
> Update call sites in nova-core to import `ARef`
> from `sync::aref` instead of `types`.
>
> This aligns with the ongoing effort to move `ARef` and
> `AlwaysRefCounted` to sync.
>
> Suggested-by: Benno Lossin <lossin@xxxxxxxxxx>
> Link: https://github.com/Rust-for-Linux/linux/issues/1173
> Signed-off-by: Shankari Anand <shankari.ak0208@xxxxxxxxx>

Thanks! I will push this into nova-next shortly.