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

Fix deadlock in conn cleanup #244

Merged
merged 1 commit into from
Feb 25, 2021
Merged

Conversation

thatguystone
Copy link
Contributor

Calling through to request_free() from clean_req() causes deadlock since sshfs.lock is already held by the caller of clean_req().

Calling through to request_free() from clean_req() causes deadlock since
sshfs.lock is already held by the caller of clean_req().
@Nikratio Nikratio merged commit 6c1b92d into libfuse:master Feb 25, 2021
@Nikratio
Copy link
Contributor

Thanks!

malmirhadis2 added a commit to malmirhadis2/sshfs that referenced this pull request May 16, 2021
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