Re: [PATCH v2 1/2] rust: arc: rename `ArcInner` to `WithRef`

From: Alice Ryhl
Date: Mon Sep 25 2023 - 02:23:47 EST


On Sat, Sep 23, 2023 at 4:49 PM Wedson Almeida Filho <wedsonaf@xxxxxxxxx> wrote:
>
> From: Wedson Almeida Filho <walmeida@xxxxxxxxxxxxx>
>
> This is in preparation for removing `ArcBorrow` and making `WithRef`
> public.
>
> This is a pure name change with no functional changes intended.
>
> Suggested-by: Björn Roy Baron <bjorn3_gh@xxxxxxxxxxxxxx>
> Signed-off-by: Wedson Almeida Filho <walmeida@xxxxxxxxxxxxx>
> ---
> rust/kernel/sync/arc.rs | 20 ++++++++++----------
> rust/kernel/sync/arc/std_vendor.rs | 4 ++--
> 2 files changed, 12 insertions(+), 12 deletions(-)

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>