Re: [PATCH 01/10] drivers: android: binder: Update ARef imports from sync::aref
From: Alice Ryhl
Date: Tue Nov 25 2025 - 07:24:56 EST
On Sun, Nov 23, 2025 at 02:54:29PM +0530, Shankari Anand wrote:
> Update call sites in binder files 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>
Greg, please go ahead and pick up this one, thanks!
Acked-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>