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

fs: Optimize/fix filesystem handle reconstruction #10268

Merged
merged 1 commit into from
May 12, 2021

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented May 11, 2021

Avoid wasting resources if a handle has been opened before the call to open, so only one lives at a time at maximum.
This is also a bugfix in case the existence of the two handles contradict with each other such as if both refer to the same path and use a locking flag.

@elad335 elad335 changed the title fs: Optimize filesystem handle reconstruction fs: Optimize/fix filesystem handle reconstruction May 11, 2021
@Nekotekina Nekotekina merged commit f7b845d into RPCS3:master May 12, 2021
@elad335 elad335 deleted the patch-4 branch September 19, 2022 06:18
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