Skip to content

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

Merged
xiaoxiang781216 merged 1 commit into
apache:masterfrom
acassis:master
May 25, 2025
Merged

fs/inode: Fix inoderemove when removing an inode without parent#16437
xiaoxiang781216 merged 1 commit into
apache:masterfrom
acassis:master

Conversation

@acassis

@acassis acassis commented May 24, 2025

Copy link
Copy Markdown
Contributor

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