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

redirect to child node in a different fs #4689

Merged
merged 3 commits into from
May 14, 2024
Merged

Conversation

maminrayej
Copy link
Contributor

This PR adds the missing logic in mem_fs for redirecting when resolving a child node that resides in a different fs.

Resolves #3575.

@maminrayej maminrayej enabled auto-merge May 14, 2024 14:28
@maminrayej maminrayej merged commit b19a1e1 into main May 14, 2024
61 checks passed
@maminrayej maminrayej deleted the redirect-dir-remove branch May 14, 2024 15:16
@jcaesar
Copy link
Contributor

jcaesar commented Jul 19, 2024

@maminrayej This does not resolve #3575. (The test vector I provided originally does not throw an error message anymore and now needs to be invoked with --mapdir foo:foo instead of --mapdir .:., but it still doesn't remove foo or even all files in it on the host.)

Whatever this PR changes isn't even related to the initial sentence of that bug (readdir cookies not being stable over directory modifications), so I have no idea why you thought this PR would fix that issue.

@maminrayej
Copy link
Contributor Author

@jcaesar it was most probably a mistake in typing the issue number. I'll look into it and re-open the issue if that is the case.

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.

Rust's remove_dir_all is broken
3 participants