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

Refactor inode module #1036

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Refactor inode module #1036

merged 2 commits into from
Oct 1, 2024

Conversation

passaro
Copy link
Contributor

@passaro passaro commented Sep 27, 2024

Description of change

The inode module has become unwieldy. This change renames it to superblock and extract INode and related types to a superblock::inode sub-module.

Does this change impact existing behavior?

No functional changes.

Does this change need a changelog entry in any of the crates?

No. Just a code tidy.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the Developer Certificate of Origin (DCO).

dannycjones
dannycjones previously approved these changes Oct 1, 2024
Copy link
Contributor

@dannycjones dannycjones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Some of the stuff being marked pub is annoying but can be fixed incrementally. (I wonder if there's some way we could eliminate the deleted check on directories in the future.)

@passaro passaro temporarily deployed to PR integration tests October 1, 2024 11:28 — with GitHub Actions Inactive
@passaro passaro temporarily deployed to PR integration tests October 1, 2024 11:28 — with GitHub Actions Inactive
@passaro passaro temporarily deployed to PR integration tests October 1, 2024 11:28 — with GitHub Actions Inactive
@passaro passaro temporarily deployed to PR integration tests October 1, 2024 11:28 — with GitHub Actions Inactive
@passaro passaro temporarily deployed to PR integration tests October 1, 2024 11:28 — with GitHub Actions Inactive
@passaro passaro temporarily deployed to PR integration tests October 1, 2024 11:28 — with GitHub Actions Inactive
@passaro passaro temporarily deployed to PR integration tests October 1, 2024 11:28 — with GitHub Actions Inactive
@passaro passaro marked this pull request as ready for review October 1, 2024 11:30
@passaro passaro enabled auto-merge October 1, 2024 15:14
@passaro passaro added this pull request to the merge queue Oct 1, 2024
Merged via the queue into awslabs:main with commit 3d76e07 Oct 1, 2024
23 checks passed
@passaro passaro deleted the superblock-refactor branch October 1, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants