Skip to content

fs/inode: Fix inoderemove when removing an inode without parent #16437

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

Merged
merged 1 commit into from
May 25, 2025

Conversation

acassis
Copy link
Contributor

@acassis acassis commented May 24, 2025

Summary

This modification ensures that inoderemove will error instead of trying to remove an inode without parent.

This fix was implement by Richard Jiayang Liu.

Impact

Bug fixes

Testing

ostest

@acassis acassis requested review from adamfeuer and jerpelea May 24, 2025 16:07
@github-actions github-actions bot added Area: File System File System issues Size: S The size of the change in this PR is small labels May 24, 2025
This modification ensures that inoderemove will error instead of
trying to remove an inode without parent.

This fix was implement by Richard Jiayang Liu.

Signed-off-by: Richard Jiayang Liu <rjliu3@illinois.edu>
@xiaoxiang781216 xiaoxiang781216 merged commit f113d13 into apache:master May 25, 2025
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: File System File System issues Size: S The size of the change in this PR is small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants