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

Workaround for mkdir on existing directory #242

Merged
merged 2 commits into from Jan 19, 2021
Merged

Conversation

peterbelm
Copy link
Contributor

Added a secondary check so if a mkdir request fails with EPERM an access request will be tried - returning EEXIST if the access was successful. This matches the correct behaviour expected by applications such as git.

Added a secondary check so if a mkdir request fails with EPERM an access request will be tried - returning EEXIST if the access was successful. This matches the correct behaviour expected by applications such as git.
@Nikratio
Copy link
Contributor

Thanks! Could you please add an update to ChangeLog.rst?

@peterbelm
Copy link
Contributor Author

Should I be bumping the version or just leave the change at the top?

@Nikratio
Copy link
Contributor

Please add a new 'Unreleased Changes' section at the top, sorry for not mentioning that.

@peterbelm
Copy link
Contributor Author

No problem, all done.

@Nikratio Nikratio merged commit dfd4cba into libfuse:master Jan 19, 2021
@breisig
Copy link

breisig commented Feb 3, 2021

Can we get another release now this is merged?

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.

None yet

4 participants