Re: [PATCH v2 1/3] rust: implement `kernel::sync::Refcount`

From: Alice Ryhl
Date: Tue Jan 14 2025 - 05:04:27 EST


On Sat, Dec 21, 2024 at 7:31 PM Gary Guo <gary@xxxxxxxxxxx> wrote:
>
> This is a wrapping layer of `include/linux/refcount.h`. Currently the
> kernel refcount has already been used in `Arc`, however it calls into
> FFI directly.
>
> Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>