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

From: Gary Guo
Date: Fri Sep 22 2023 - 20:07:21 EST


On Thu, 21 Sep 2023 18:34:39 -0300
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>

Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>

> ---
> rust/kernel/sync/arc.rs | 20 ++++++++++----------
> rust/kernel/sync/arc/std_vendor.rs | 4 ++--
> 2 files changed, 12 insertions(+), 12 deletions(-)