Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust: rename Ref to Arc #907

Merged
merged 1 commit into from Oct 6, 2022
Merged

Conversation

wedsonaf
Copy link
Member

@wedsonaf wedsonaf commented Oct 5, 2022

When Ref was first introduced, we still had alloc's Arc being used in the codebase, so we chose a different name. Now that Arc is gone, we can reclaim the name, which is desirable because it is consistent with userspace.

This is a pure refactor with no functional changes intended.

Signed-off-by: Wedson Almeida Filho wedsonaf@gmail.com

When `Ref` was first introduced, we still had `alloc`'s `Arc` being used
in the codebase, so we chose a different name. Now that `Arc` is gone,
we can reclaim the name, which is desirable because it is consistent
with userspace.

This is a pure refactor with no functional changes intended.

Signed-off-by: Wedson Almeida Filho <wedsonaf@gmail.com>
@wedsonaf wedsonaf merged commit e50706a into Rust-for-Linux:rust Oct 6, 2022
@wedsonaf wedsonaf deleted the rename-to-arc branch October 6, 2022 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant