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

fdelete(): operate directly on directory entries #31

Open
avsa242 opened this issue Mar 24, 2024 · 1 comment
Open

fdelete(): operate directly on directory entries #31

avsa242 opened this issue Mar 24, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request WIP Work is in-progress/has been started

Comments

@avsa242
Copy link
Owner

avsa242 commented Mar 24, 2024

Currently, the file is fopen()'d to read/use its metadata to mark it for deletion. Rewrite it so it operates directly on the directory entries. This will also mean a check has to be added to make sure the file being deleted isn't the currently open file.

@avsa242 avsa242 added the enhancement New feature or request label Mar 24, 2024
@avsa242 avsa242 self-assigned this Mar 24, 2024
@avsa242 avsa242 added the WIP Work is in-progress/has been started label Mar 24, 2024
@avsa242
Copy link
Owner Author

avsa242 commented Mar 24, 2024

This is implemented but not thoroughly tested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request WIP Work is in-progress/has been started
Projects
None yet
Development

No branches or pull requests

1 participant