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

Support systemlessly deleting files or folders #8610

Closed
wants to merge 1 commit into from

Conversation

aviraxp
Copy link
Contributor

@aviraxp aviraxp commented Dec 7, 2024

After we refactor the magic mount and always mount folder as tmpfs, we can easily support deleting files or folders now. We recognize dummy devices with major number 0 and minor number 0 as an indicator for removing files and folders. This indicator is borrowed from overlayfs.

After we refactor the magic mount and always mount folder as tmpfs,
we can easily support deleting files or folders now. We recognize
dummy devices with major number 0 and minor number 0 as an indicator
for removing files and folders. This indicator is borrowed from
overlayfs.
@aviraxp
Copy link
Contributor Author

aviraxp commented Dec 7, 2024

Diff to og pr: Fix confusing (entry->d_type & DT_BLK) == DT_CHR logic

@aviraxp
Copy link
Contributor Author

aviraxp commented Dec 7, 2024

move to #6736

@aviraxp aviraxp closed this Dec 7, 2024
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