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

Reuse unlink inside of rename #19

Open
jkominek opened this issue Mar 29, 2024 · 0 comments
Open

Reuse unlink inside of rename #19

jkominek opened this issue Mar 29, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@jkominek
Copy link
Owner

If you rename one file on top of another existing file, you've got to do much of the work of the unlink operation before you can finish the rename. That takes place in Inflight_rename::complicated, but we might be able to invoke unlink, somehow, and make use of it. There'd probably need to be another entrypoint to unlink which let us pass in/use an existing transaction, as that needs to take place under the rename's transaction.

@jkominek jkominek added the good first issue Good for newcomers label Mar 29, 2024
@jkominek jkominek added this to the "One Point Oh" milestone Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant